Commit cf469bf2 authored by Jason R. Coombs's avatar Jason R. Coombs

Pin to Pytest 3.0.2 as it appears 3.0.3 re-introduces pytest-dev/pytest#1888.

parent fedef134
...@@ -181,7 +181,8 @@ setup_params = dict( ...@@ -181,7 +181,8 @@ setup_params = dict(
tests_require=[ tests_require=[
'setuptools[ssl]', 'setuptools[ssl]',
'pytest-flake8', 'pytest-flake8',
'pytest>=3.0.2', # pin pytest to 3.0.2 for pytest-dev/pytest#1888
'pytest==3.0.2',
] + (['mock'] if sys.version_info[:2] < (3, 3) else []), ] + (['mock'] if sys.version_info[:2] < (3, 3) else []),
setup_requires=[ setup_requires=[
] + pytest_runner + wheel, ] + 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