tox.ini: pin pytest==5.1.1 to workaround issue with caplog fixture on windows

https://ci.appveyor.com/project/fonttools/fonttools/builds/27126458/job/iomtsu4prflws4xu
This commit is contained in:
Cosimo Lupo 2019-09-10 16:03:53 +02:00
parent afdb967a28
commit fd5ea97124
No known key found for this signature in database
GPG Key ID: 179A8F0895A02F4F

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 =