Commit 64727bb4 authored by Jason R. Coombs's avatar Jason R. Coombs

Issue is fixed, so just exclude the offending version.

parent b51be80b
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment