diff options
Diffstat (limited to 'ansible_collections/arista/eos/test-requirements.txt')
-rw-r--r-- | ansible_collections/arista/eos/test-requirements.txt | 15 |
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 |