mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
Blacklist pytest 3.0.5
See also https://github.com/pytest-dev/pytest/issues/2118
This commit is contained in:
parent
57d8bca4af
commit
4629c75a67
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue