aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-01-20 11:31:23 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-01-20 11:38:51 -0500
commitf9e279df7d75f2bfcba92c3393c4c64e25e6dcb7 (patch)
treee715067cfc58391b46c41c1067ac428f3d8b00a5 /setuptools/tests
parenta0fe403c141369defacf12dccbdc01634bbcb1da (diff)
downloadexternal_python_setuptools-f9e279df7d75f2bfcba92c3393c4c64e25e6dcb7.tar.gz
external_python_setuptools-f9e279df7d75f2bfcba92c3393c4c64e25e6dcb7.tar.bz2
external_python_setuptools-f9e279df7d75f2bfcba92c3393c4c64e25e6dcb7.zip
Move test dependencies into the package, removing 'tests' directory which masks the error reported in #1896.
Diffstat (limited to 'setuptools/tests')
-rw-r--r--setuptools/tests/requirements.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/setuptools/tests/requirements.txt b/setuptools/tests/requirements.txt
new file mode 100644
index 00000000..cb3e6726
--- /dev/null
+++ b/setuptools/tests/requirements.txt
@@ -0,0 +1,12 @@
+mock
+pytest-flake8; python_version!="3.4"
+pytest-flake8<=1.0.0; python_version=="3.4"
+virtualenv>=13.0.0
+pytest-virtualenv>=1.2.7
+pytest>=3.7
+wheel
+coverage>=4.5.1
+pytest-cov>=2.5.1
+paver; python_version>="3.6"
+futures; python_version=="2.7"
+pip==18.1 # Temporary workaround for #1644.