Commit 7cb174c6 authored by Jason R. Coombs's avatar Jason R. Coombs

Force later pytest

parent df2fad04
......@@ -10,6 +10,9 @@ env:
- LC_ALL=C
- ""
script:
# avoid VersionConflict when newer version is required
- python -m pip install -U pytest
# update egg_info based on setup.py in checkout
- python bootstrap.py
......
......@@ -159,7 +159,7 @@ setup_params = dict(
scripts=[],
tests_require=[
'setuptools[ssl]',
'pytest',
'pytest>=2.8',
] + (['mock'] if sys.version_info[:2] < (3, 3) else []),
setup_requires=[
] + sphinx + pytest_runner,
......
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