diff options
Diffstat (limited to 'ansible_collections/arista/eos/test-requirements.txt')
-rw-r--r-- | ansible_collections/arista/eos/test-requirements.txt | 11 |
1 files changed, 11 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 00000000..bbf75db5 --- /dev/null +++ b/ansible_collections/arista/eos/test-requirements.txt @@ -0,0 +1,11 @@ +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 + |