Fix nightly runs (#334)
* Fix nightly runs * Update test-requirements.txt * Update test-requirements.txt * Update test-requirements.txt * Update config.yaml --------- Co-authored-by: Ashwini Mhatre <amhatre@amhatre-thinkpadt14sgen2i.pnq.csb>pull/313/head
parent
2933ef2e37
commit
133c461ce4
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
changelog_filename_template: ../CHANGELOG.rst
|
changelog_filename_template: ../CHANGELOG.rst
|
||||||
changelog_filename_version_depth: 0
|
changelog_filename_version_depth: 0
|
||||||
changes_file: changelog.yaml
|
changes_file: changelog.yaml
|
||||||
|
|
|
@ -2,4 +2,4 @@ jsonschema
|
||||||
textfsm
|
textfsm
|
||||||
ttp
|
ttp
|
||||||
xmltodict
|
xmltodict
|
||||||
netaddr
|
netaddr==0.10.1
|
||||||
|
|
|
@ -4,12 +4,11 @@ flake8
|
||||||
yamllint
|
yamllint
|
||||||
|
|
||||||
# Unit test runner
|
# Unit test runner
|
||||||
pytest-ansible ; python_version >= '3.9'
|
pytest-ansible
|
||||||
git+https://github.com/ansible-community/pytest-ansible-units.git ; python_version < '3.9'
|
|
||||||
pytest-xdist
|
pytest-xdist
|
||||||
|
|
||||||
# For integration tests
|
# For integration tests
|
||||||
pexpect
|
pexpect
|
||||||
git+https://github.com/ansible-network/pytest-ansible-network-integration.git
|
git+https://github.com/ansible-network/pytest-ansible-network-integration.git
|
||||||
ipaddress ; python_version < '3.0'
|
ipaddress ; python_version < '3.0'
|
||||||
netaddr
|
netaddr==0.10.1
|
||||||
|
|
Loading…
Reference in New Issue