Add missing test requirements (#57)
Add missing test requirements Reviewed-by: https://github.com/apps/ansible-zuulpull/67/head
parent
43e77543d9
commit
7458f4e44a
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
bugfixes:
|
||||
- Add missing test requirements (https://github.com/ansible-collections/ansible.utils/pull/57).
|
|
@ -0,0 +1,3 @@
|
|||
jsonschema ; python_version >= '2.7'
|
||||
ttp
|
||||
textfsm
|
|
@ -1 +1,4 @@
|
|||
unittest2 ; python_version < '2.7'
|
||||
jsonschema ; python_version >= '2.7'
|
||||
ttp
|
||||
textfsm
|
||||
|
|
Loading…
Reference in New Issue