aboutsummaryrefslogtreecommitdiffstats
path: root/tests/requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/requirements.txt')
-rw-r--r--tests/requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt
index fd826d09..aff32c10 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -1,6 +1,7 @@
importlib; python_version<"2.7"
mock
-pytest-flake8; python_version>="2.7"
+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"
virtualenv>=13.0.0
pytest-virtualenv>=1.2.7
pytest>=3.0.2