aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBenoit Pierre <benoit.pierre@gmail.com>2019-11-15 12:03:53 +0100
committerBenoit Pierre <benoit.pierre@gmail.com>2019-11-15 22:13:35 +0100
commitdc868755d53520895d96ec0251a66df562a37095 (patch)
tree633d031acdfe379748c1f7b76ccc8fd0b746ca49 /tests
parent5ef7e75dd7861b76ec2480a03717cc4b624d64ef (diff)
downloadexternal_python_setuptools-dc868755d53520895d96ec0251a66df562a37095.tar.gz
external_python_setuptools-dc868755d53520895d96ec0251a66df562a37095.tar.bz2
external_python_setuptools-dc868755d53520895d96ec0251a66df562a37095.zip
drop support for Python 3.4
Diffstat (limited to 'tests')
-rw-r--r--tests/requirements.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt
index 1f70adee..ff596773 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -1,6 +1,5 @@
mock
-pytest-flake8; python_version!="3.4"
-pytest-flake8<=1.0.0; python_version=="3.4"
+pytest-flake8
virtualenv>=13.0.0
pytest-virtualenv>=1.2.7
pytest>=3.7