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_version_depth: 0
|
||||
changes_file: changelog.yaml
|
||||
|
|
|
@ -2,4 +2,4 @@ jsonschema
|
|||
textfsm
|
||||
ttp
|
||||
xmltodict
|
||||
netaddr
|
||||
netaddr==0.10.1
|
||||
|
|
|
@ -4,12 +4,11 @@ flake8
|
|||
yamllint
|
||||
|
||||
# Unit test runner
|
||||
pytest-ansible ; python_version >= '3.9'
|
||||
git+https://github.com/ansible-community/pytest-ansible-units.git ; python_version < '3.9'
|
||||
pytest-ansible
|
||||
pytest-xdist
|
||||
|
||||
# For integration tests
|
||||
pexpect
|
||||
git+https://github.com/ansible-network/pytest-ansible-network-integration.git
|
||||
ipaddress ; python_version < '3.0'
|
||||
netaddr
|
||||
netaddr==0.10.1
|
||||
|
|
Loading…
Reference in New Issue