Skip to content

Commit

Permalink
Limit pytest version to avoid its bug
Browse files Browse the repository at this point in the history
Here is an issue pytest-dev/pytest#1035
  • Loading branch information
Suor committed Sep 21, 2015
1 parent fc7ab73 commit 5760032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist = py26, py27, py33, py34, pypy, pypy3, docs, flakes

[testenv]
deps =
pytest
pytest<2.8.0
whatever==0.4.1
commands = py.test {posargs}

Expand Down

0 comments on commit 5760032

Please sign in to comment.