summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenoit Pierre <benoit.pierre@gmail.com>2017-07-29 22:06:48 +0200
committerBenoit Pierre <benoit.pierre@gmail.com>2017-07-29 22:08:18 +0200
commit7c169ce99f999b775541d39bf0b1b1c1d34d4ea0 (patch)
tree281ee1f6f582aef4a196f115f236796c14711699 /tests
parentde05e931c35cef1d5888231fe3f4b47526bca8f7 (diff)
downloadpython-setuptools-git-7c169ce99f999b775541d39bf0b1b1c1d34d4ea0.tar.gz
tests: disable pytest-flake8 on Python 2.6
Python 2.6 support has been official dropped from flake8 for some time, and broken since 3.4.0.
Diffstat (limited to 'tests')
-rw-r--r--tests/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt
index 44e76edb..c9413b86 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -1,5 +1,5 @@
importlib; python_version<"2.7"
mock
-pytest-flake8
+pytest-flake8; python_version>="2.7"
pytest-virtualenv>=1.2.7
pytest>=3.0.2