From 8ecece16941b450ceef65880ac3c024d18b6b6c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 18 Jan 2020 10:27:28 +0100 Subject: [PATCH] tox: avoid pytest 5.3.3 cf https://github.com/pytest-dev/pytest/issues/6492 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a5fbfb3a..dfdcf778 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ setenv = deps = pytest-cov pytest-django - pytest + pytest!=5.3.3 WebTest mock httmock