diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-28 10:24:58 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-28 10:24:58 -0400 |
| commit | 93c69277ef3519239857263d8c996fce23335d38 (patch) | |
| tree | 78c7da8efeca408a450bae02e3d0a7742b8b96e5 /setup.py | |
| parent | 9e36a56309bce218b5f920a60218a48c3714d25c (diff) | |
| download | python-setuptools-git-93c69277ef3519239857263d8c996fce23335d38.tar.gz | |
Maybe just the pin needs to be removed
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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=[ |
