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

Pin to pytest < 3 until skip errors can be resolved.

parent a7931d03
......@@ -181,7 +181,7 @@ setup_params = dict(
tests_require=[
'setuptools[ssl]',
'pytest-flake8',
'pytest>=2.8',
'pytest>=2.8,<3.0dev',
] + (['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