From 9bb35fe945b24f5104bcd395cfca2f56a7218f38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 6 Jan 2019 23:42:57 +0100 Subject: [PATCH] tox: limit pytest version to a version compatible with pytest-cov --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3c97e65..a40d7dc 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ deps = django111: django>=1.11,<1.12 pytest-cov pytest-django - pytest + pytest<4.1 WebTest mock httmock