From 6226d1ded4f8c0cd54ec39f43ca7b79fa6b17816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 17 Jan 2020 14:52:43 +0100 Subject: [PATCH] tox: don't use pytest 5.3.3 as it's much slower --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4b2a6ef0..35cc24c4 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ deps = pytest-cov pytest-django pytest-freezegun - pytest + pytest!=5.3.3 WebTest mock httmock