Merge pull request #1721 from anthrotype/appveyor-fix

tox.ini: pin pytest==5.1.1 to workaround issue with caplog fixture on windows
This commit is contained in:
Cosimo Lupo 2019-09-10 16:12:35 +02:00 committed by GitHub
commit 4a645c8e41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ envlist = py3{6,7}-cov, htmlcov
[testenv]
deps =
cov: coverage>=4.3
pytest
pytest==5.1.1
pytest-randomly
-rrequirements.txt
extras =