diff options
Diffstat (limited to '')
-rw-r--r-- | ansible_collections/arista/eos/test-requirements.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ansible_collections/arista/eos/test-requirements.txt b/ansible_collections/arista/eos/test-requirements.txt new file mode 100644 index 000000000..cf5a3336a --- /dev/null +++ b/ansible_collections/arista/eos/test-requirements.txt @@ -0,0 +1,10 @@ +black==22.3.0 ; python_version > '3.5' +coverage==4.5.4 +cffi==1.14.5 +flake8 +mock ; python_version < '3.5' +pexpect +pytest-xdist +yamllint +rstcheck<4,>=3 +git+https://github.com/ansible-community/pytest-ansible-units.git |