diff --git a/test-requirements.txt b/test-requirements.txt index e70d893..de3685a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,9 +1,12 @@ -black==22.8.0 -coverage==4.5.4 -git+https://github.com/ansible-community/pytest-ansible-units.git +# For ansible-tox-linters +black==23.3.0 ; python_version >= '3.7' flake8 -pytest-xdist yamllint -mock +# Unit test runner +pytest-ansible ; python_version >= '3.9' +git+https://github.com/ansible-community/pytest-ansible-units.git ; python_version < '3.9' +pytest-xdist + +# For integration tests pexpect