From 1db755ad95aebec46ab34fef3303ea751d1cfa0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 3 Feb 2019 19:14:01 +0100 Subject: [PATCH] tox.ini: limit to pytest-django<3.4.6 See #30307 and https://github.com/pytest-dev/pytest-django/issues/698 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f7c2581..ad5f59f 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ deps = coverage pytest pytest-cov - pytest-django + pytest-django<3.4.6 pytest-freezegun WebTest django-webtest<1.9.3