Skip to content

Commit

Permalink
Use pytest from fork to test bug fix in pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Aug 31, 2016
1 parent 336258f commit 76f7f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
- LC_ALL=C LC_CTYPE=C
script:
# avoid VersionConflict when newer version is required
- pip install -U 'pytest>=2.8,<3'
- pip install -U git+https://github.com/nicoddemus/pytest@find-spec-rewrite-hook

# Output the env, because the travis docs just can't be trusted
- env
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def pypi_link(pkg_filename):
tests_require=[
'setuptools[ssl]',
'pytest-flake8',
'pytest>=2.8,<3',
'pytest>=2.8',
] + (['mock'] if sys.version_info[:2] < (3, 3) else []),
setup_requires=[
] + pytest_runner + wheel,
Expand Down

0 comments on commit 76f7f45

Please sign in to comment.