From eb070bfc8d0312a0196df210dec36ce18eacfb65 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:12:19 +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 30cc5e9..e4fb064 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ deps = django111: django>=1.11,<1.12 http://git.entrouvert.org/hobo.git/snapshot/hobo-master.tar.gz pytest-cov - pytest-django>=3.1.1 + pytest-django>=3.1.1,<3.4.6 pytest>=3.0.4 django-webtest<1.9.3 django-ckeditor<4.5.3