Skip to content

Commit

Permalink
Add workaround for failing test by loading pytest from github. Ref py…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 16, 2018
1 parent 3f8c4a6 commit bb80c47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ deps =
setuptools>=31.0.1
# workaround for yaml/pyyaml#126
# git+https://github.com/yaml/pyyaml@master#egg=pyyaml;python_version=="3.7"

# workaround for pytest-dev/pytest#3314
git+https://github.com/pytest-dev/pytest@issue/3314#egg=pytest;python_version!="2.7"
commands =
py.test {posargs}
python setup.py checkdocs
Expand Down

0 comments on commit bb80c47

Please sign in to comment.