summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-28 10:24:58 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-28 10:24:58 -0400
commit93c69277ef3519239857263d8c996fce23335d38 (patch)
tree78c7da8efeca408a450bae02e3d0a7742b8b96e5 /setup.py
parent9e36a56309bce218b5f920a60218a48c3714d25c (diff)
downloadpython-setuptools-git-93c69277ef3519239857263d8c996fce23335d38.tar.gz
Maybe just the pin needs to be removed
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index be86c29c..0cf1d0b2 100755
--- a/setup.py
+++ b/setup.py
@@ -181,8 +181,6 @@ setup_params = dict(
tests_require=[
'setuptools[ssl]',
'pytest-flake8',
- # workaround for pytest-flake8 #7
- 'flake8<3dev',
'pytest>=2.8',
] + (['mock'] if sys.version_info[:2] < (3, 3) else []),
setup_requires=[