Skip to content

Commit 76f7f45

Browse files
committed
Use pytest from fork to test bug fix in pytest
Related to pytest-dev/pytest#1888
1 parent 336258f commit 76f7f45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
- LC_ALL=C LC_CTYPE=C
1313
script:
1414
# avoid VersionConflict when newer version is required
15-
- pip install -U 'pytest>=2.8,<3'
15+
- pip install -U git+https://github.com/nicoddemus/pytest@find-spec-rewrite-hook
1616

1717
# Output the env, because the travis docs just can't be trusted
1818
- env

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',
184+
'pytest>=2.8',
185185
] + (['mock'] if sys.version_info[:2] < (3, 3) else []),
186186
setup_requires=[
187187
] + pytest_runner + wheel,

0 commit comments

Comments
 (0)