aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-06-06 09:07:36 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-06-06 09:07:36 -0400
commit6894478f878b4b579ae8a40e81fa002ad31f63b9 (patch)
treedc496d17c0cab4c713ee5bcb7142f4879032b91b
parent30d376e84c5c13df4e83b66343a7bda6a8022aa2 (diff)
downloadexternal_python_setuptools-6894478f878b4b579ae8a40e81fa002ad31f63b9.tar.gz
external_python_setuptools-6894478f878b4b579ae8a40e81fa002ad31f63b9.tar.bz2
external_python_setuptools-6894478f878b4b579ae8a40e81fa002ad31f63b9.zip
More directly address the Python 3.4 compatibility.
-rw-r--r--tests/requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt
index af16fc47..b38fcbf0 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -1,6 +1,6 @@
mock
-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"
+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.0.2