From 8c455392ff6d78e613f1bad0773c5a6032f5f32a Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 9 Dec 2019 11:57:54 +0100 Subject: [PATCH] tox.ini: use latest pytest (#38299) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 45eae97..1412b43 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,7 @@ deps = dj111: django<2.0 dj20: django<2.1 djlast: django - pytest<4.2 + pytest pytest-mock pytest-django pytest-cov