mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 05:26:53 +00:00
Merge branch 'pytest-avoid-5.2.3' into 'master'
tox: Avoid installing pytest==5.2.3 due to an introduced regression See merge request pycqa/flake8!383
This commit is contained in:
commit
bbea21e483
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -5,7 +5,7 @@ envlist = py27,py34,py35,py36,py37,py38,flake8,linters,docs
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
mock>=2.0.0
|
mock>=2.0.0
|
||||||
pytest!=3.0.5
|
pytest!=3.0.5,!=5.2.3
|
||||||
coverage
|
coverage
|
||||||
commands =
|
commands =
|
||||||
coverage run -m pytest {posargs}
|
coverage run -m pytest {posargs}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue