summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/vmware/test-requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ansible_collections/community/vmware/test-requirements.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/ansible_collections/community/vmware/test-requirements.txt b/ansible_collections/community/vmware/test-requirements.txt
new file mode 100644
index 000000000..8cdf37edd
--- /dev/null
+++ b/ansible_collections/community/vmware/test-requirements.txt
@@ -0,0 +1,11 @@
+coverage==4.5.4
+flake8
+selinux_please_lie_to_me
+mock ; python_version < '3.5'
+pytest-xdist
+# Not exactly a test-req, but the CI relies on it.
+pytest-forked
+# We should avoid these two modules with py3
+pytest-mock
+mock
+aiohttp ; python_version >= '3.6'