Skip to content

Commit 64727bb

Browse files
committed
Issue is fixed, so just exclude the offending version.
1 parent b51be80 commit 64727bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def pypi_link(pkg_filename):
181181
tests_require=[
182182
'setuptools[ssl]',
183183
'pytest-flake8',
184-
'pytest>=2.8,<3.0dev',
184+
'pytest>=2.8,!=3.0.0',
185185
] + (['mock'] if sys.version_info[:2] < (3, 3) else []),
186186
setup_requires=[
187187
] + pytest_runner + wheel,

0 commit comments

Comments
 (0)