summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/windows/tests/unit/requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/community/windows/tests/unit/requirements.txt')
-rw-r--r--ansible_collections/community/windows/tests/unit/requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible_collections/community/windows/tests/unit/requirements.txt b/ansible_collections/community/windows/tests/unit/requirements.txt
new file mode 100644
index 00000000..c4e4edb5
--- /dev/null
+++ b/ansible_collections/community/windows/tests/unit/requirements.txt
@@ -0,0 +1,3 @@
+setuptools > 0.6 # pytest-xdist installed via requirements does not work with very old setuptools (sanity_ok)
+unittest2 ; python_version < '2.7'
+importlib ; python_version < '2.7'