aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-06-06 09:06:52 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-06-06 09:06:52 -0400
commit30d376e84c5c13df4e83b66343a7bda6a8022aa2 (patch)
treee0d7acf37f8cd3f55ba95d81671f915347f3876c
parent3e3b9f7968fbe47b8e7038d1b1767676daecfaca (diff)
downloadexternal_python_setuptools-30d376e84c5c13df4e83b66343a7bda6a8022aa2.tar.gz
external_python_setuptools-30d376e84c5c13df4e83b66343a7bda6a8022aa2.tar.bz2
external_python_setuptools-30d376e84c5c13df4e83b66343a7bda6a8022aa2.zip
Remove references to Python 3.3 and 2.6.
-rw-r--r--tests/requirements.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt
index a8cde395..af16fc47 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -1,7 +1,6 @@
-importlib; python_version<"2.7"
mock
-pytest-flake8<=1.0.0; python_version>="3.3" and python_version<"3.5"
-pytest-flake8; python_version>="2.7" and python_version!="3.3" and python_version!="3.4"
+pytest-flake8<=1.0.0; python_version>="3.4" and python_version<"3.5"
+pytest-flake8; python_version>="2.7" and python_version!="3.4"
virtualenv>=13.0.0
pytest-virtualenv>=1.2.7
pytest>=3.0.2