Skip to content

Commit

Permalink
Blacklist pytest 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 committed Dec 23, 2016
1 parent 57d8bca commit 4629c75
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 @@ -5,7 +5,7 @@ envlist = py27,py33,py34,py35,flake8,linters,docs
[testenv]
deps =
mock>=2.0.0
pytest
pytest!=3.0.5
coverage
commands =
coverage run --parallel-mode -m pytest {posargs}
Expand Down

0 comments on commit 4629c75

Please sign in to comment.