diff options
Diffstat (limited to 'ansible_collections/ansible/utils/test-requirements.txt')
-rw-r--r-- | ansible_collections/ansible/utils/test-requirements.txt | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/ansible_collections/ansible/utils/test-requirements.txt b/ansible_collections/ansible/utils/test-requirements.txt index 4e77e6b27..bf95538e9 100644 --- a/ansible_collections/ansible/utils/test-requirements.txt +++ b/ansible_collections/ansible/utils/test-requirements.txt @@ -1,15 +1,9 @@ -# For ansible-tox-linters -black==23.3.0 ; python_version >= '3.7' -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 |