diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-08-20 20:21:01 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-08-20 20:21:01 -0400 |
commit | 64727bb4d1eb2a44d2b9a67be8d7c613fe78ccef (patch) | |
tree | bd8351607ade7d21aa7f25da9fab3e27b686d1a0 | |
parent | b51be80bd1496a2c5338f41dc7c663409c1b53a0 (diff) | |
download | external_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-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |