From 8b939a281edd7b334771fbc398655f05d3affa48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 17 Mar 2020 19:21:10 +0100 Subject: [PATCH] tox: bump pytest version --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c2ca908..a3ed435 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ deps = django111: django>=1.11,<1.12 pytest-cov pytest-django - pytest<4.1 + pytest!=5.3.3 attrs<19.2 WebTest mock