summaryrefslogtreecommitdiffstats
path: root/ansible_collections/arista/eos/test-requirements.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-05 16:18:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-05 16:18:34 +0000
commit3667197efb7b18ec842efd504785965911f8ac4b (patch)
tree0b986a4bc6879d080b100666a97cdabbc9ca1f28 /ansible_collections/arista/eos/test-requirements.txt
parentAdding upstream version 9.5.1+dfsg. (diff)
downloadansible-3667197efb7b18ec842efd504785965911f8ac4b.tar.xz
ansible-3667197efb7b18ec842efd504785965911f8ac4b.zip
Adding upstream version 10.0.0+dfsg.upstream/10.0.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/arista/eos/test-requirements.txt')
-rw-r--r--ansible_collections/arista/eos/test-requirements.txt15
1 files changed, 9 insertions, 6 deletions
diff --git a/ansible_collections/arista/eos/test-requirements.txt b/ansible_collections/arista/eos/test-requirements.txt
index 0ff1eda81..22d89642b 100644
--- a/ansible_collections/arista/eos/test-requirements.txt
+++ b/ansible_collections/arista/eos/test-requirements.txt
@@ -1,10 +1,13 @@
-black==23.3.0 ; python_version >= '3.7'
-coverage==4.5.4
-cffi==1.14.5
+# For ansible-tox-linters
+black==23.3.0
flake8
-mock ; python_version < '3.5'
+yamllint
+
+# Unit test runner
+cffi==1.14.5
+mock
pexpect
pytest-xdist
-yamllint
rstcheck<4,>=3
-git+https://github.com/ansible-community/pytest-ansible-units.git
+pytest-ansible
+pytest-cov