Blacklist pytest 3.0.5

See also https://github.com/pytest-dev/pytest/issues/2118
This commit is contained in:
Ian Cordasco 2016-12-23 09:29:25 -06:00
parent 57d8bca4af
commit 4629c75a67
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A

View file

@ -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}