We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336258f commit 76f7f45Copy full SHA for 76f7f45
.travis.yml
@@ -12,7 +12,7 @@ env:
12
- LC_ALL=C LC_CTYPE=C
13
script:
14
# avoid VersionConflict when newer version is required
15
- - pip install -U 'pytest>=2.8,<3'
+ - pip install -U git+https://github.com/nicoddemus/pytest@find-spec-rewrite-hook
16
17
# Output the env, because the travis docs just can't be trusted
18
- env
setup.py
@@ -181,7 +181,7 @@ def pypi_link(pkg_filename):
181
tests_require=[
182
'setuptools[ssl]',
183
'pytest-flake8',
184
- 'pytest>=2.8,<3',
+ 'pytest>=2.8',
185
] + (['mock'] if sys.version_info[:2] < (3, 3) else []),
186
setup_requires=[
187
] + pytest_runner + wheel,
0 commit comments