From fd5ea971244ea4539323f7b5e16d5553cc4674ca Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 10 Sep 2019 16:03:53 +0200 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b006339f2..ace40708b 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =