aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-08-20 20:21:01 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-08-20 20:21:01 -0400
commit64727bb4d1eb2a44d2b9a67be8d7c613fe78ccef (patch)
treebd8351607ade7d21aa7f25da9fab3e27b686d1a0
parentb51be80bd1496a2c5338f41dc7c663409c1b53a0 (diff)
downloadexternal_python_setuptools-64727bb4d1eb2a44d2b9a67be8d7c613fe78ccef.tar.gz
external_python_setuptools-64727bb4d1eb2a44d2b9a67be8d7c613fe78ccef.tar.bz2
external_python_setuptools-64727bb4d1eb2a44d2b9a67be8d7c613fe78ccef.zip
Issue is fixed, so just exclude the offending version.
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 16d752fe..f3084a4e 100755
--- a/setup.py
+++ b/setup.py
@@ -181,7 +181,7 @@ setup_params = dict(
tests_require=[
'setuptools[ssl]',
'pytest-flake8',
- 'pytest>=2.8,<3.0dev',
+ 'pytest>=2.8,!=3.0.0',
] + (['mock'] if sys.version_info[:2] < (3, 3) else []),
setup_requires=[
] + pytest_runner + wheel,