summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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=[