mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 18:46:52 +00:00
Merge branch 'pytest-avoid-5.2.3' into 'master'
tox: Avoid installing pytest==5.2.3 due to an introduced regression Closes #594 See merge request pycqa/flake8!383
This commit is contained in:
commit
c9209507a8
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]
|
||||
deps =
|
||||
mock>=2.0.0
|
||||
pytest!=3.0.5
|
||||
pytest!=3.0.5,!=5.2.3
|
||||
coverage
|
||||
commands =
|
||||
coverage run -m pytest {posargs}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue