aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-31 09:15:43 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-10-31 09:15:43 -0400
commit4027f8fd1f0382586f26fb864f660b5e13f092f8 (patch)
tree0a3700c290e336d7f95377d66481aa6241213a20 /tests
parent721dc0b80fa56b0032f99b56f5bc63a65f828f4e (diff)
downloadexternal_python_setuptools-4027f8fd1f0382586f26fb864f660b5e13f092f8.tar.gz
external_python_setuptools-4027f8fd1f0382586f26fb864f660b5e13f092f8.tar.bz2
external_python_setuptools-4027f8fd1f0382586f26fb864f660b5e13f092f8.zip
Move test requirements into another file so they might be referenced manually.
Diffstat (limited to 'tests')
-rw-r--r--tests/requirements.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt
new file mode 100644
index 00000000..d07e9cde
--- /dev/null
+++ b/tests/requirements.txt
@@ -0,0 +1,4 @@
+pytest-flake8
+pytest>=3.0.2
+setuptools[ssl]
+backports.unittest_mock>=1.2