Enable execution environment support (#38)
Enable execution environment support Reviewed-by: https://github.com/apps/ansible-zuulpull/40/head
parent
dccab0d9f1
commit
3b7dcba9fe
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
trivial:
|
||||
- uncap ansible in meta/runtime.yaml
|
||||
- move python requirements to requirements.txt for execution environments
|
|
@ -1,2 +1,2 @@
|
|||
---
|
||||
requires_ansible: '>=2.9.10,<2.11'
|
||||
requires_ansible: '>=2.9.10'
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
jsonschema
|
||||
textfsm
|
||||
ttp
|
||||
xmltodict
|
|
@ -4,14 +4,3 @@ flake8
|
|||
mock ; python_version < '3.5'
|
||||
pytest-xdist
|
||||
yamllint
|
||||
|
||||
# The follow are 3rd party libs for validate
|
||||
jsonschema
|
||||
# /valiate
|
||||
|
||||
# The follow are 3rd party libs for cli_parse
|
||||
textfsm
|
||||
ttp
|
||||
xmltodict
|
||||
# /cli_parse
|
||||
|
||||
|
|
Loading…
Reference in New Issue