Skip to content

Commit 03ee364

Browse files
committed
tox: Avoid installing pytest==5.2.3 due to an introduced regression
This will ensure that others don't git bitten by accidentally picking up `pytest==5.2.3`. See pytest-dev/pytest#6194.
1 parent e653ab8 commit 03ee364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ envlist = py27,py34,py35,py36,py37,py38,flake8,linters,docs
55
[testenv]
66
deps =
77
mock>=2.0.0
8-
pytest!=3.0.5
8+
pytest!=3.0.5,!=5.2.3
99
coverage
1010
commands =
1111
coverage run -m pytest {posargs}

0 commit comments

Comments
 (0)