summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-requirements.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index e70d8935..de3685a5 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