From 27d6349c033d188abfc2712ded6782d11f7d6104 Mon Sep 17 00:00:00 2001 From: Chris Withers Date: Sat, 14 Mar 2020 09:46:22 +0200 Subject: [PATCH] https://github.com/pytest-dev/pytest/issues/6924 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e25e6cc4..06918091 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,7 @@ packages = mock docs = sphinx test = - pytest + pytest<5.4 pytest-cov build = twine