Add missing test requirements (#57)

Add missing test requirements

Reviewed-by: https://github.com/apps/ansible-zuul
pull/67/head
stoned 2021-04-27 10:26:47 +02:00 committed by GitHub
parent 43e77543d9
commit 7458f4e44a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,3 @@
---
bugfixes:
- Add missing test requirements (https://github.com/ansible-collections/ansible.utils/pull/57).

View File

@ -0,0 +1,3 @@
jsonschema ; python_version >= '2.7'
ttp
textfsm

View File

@ -1 +1,4 @@
unittest2 ; python_version < '2.7'
jsonschema ; python_version >= '2.7'
ttp
textfsm