From 8db52af67f1bbae566e4595bd1304b8b1ad43c6a Mon Sep 17 00:00:00 2001 From: pgjones Date: Thu, 26 Mar 2020 11:55:37 +0000 Subject: [PATCH] Pin pytest < 5.4 until pytest-sugar is fixed See https://github.com/Teemu/pytest-sugar/issues/187. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 64f77d7..1b65e74 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ envlist = format,mypy,py37,py38,pep8,setuppy,manifest [testenv] deps = - pytest + pytest<5.4 pytest-cov pytest-sugar pytest-trio