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:
Eric N. Vander Weele 2019-11-15 11:53:23 +00:00
commit bbea21e483

View file

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