From 95c09426c9afcc8c52c6c28c2480ba7ac802291f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 22 Sep 2019 13:09:07 +0200 Subject: [PATCH] tox: avoid django-mellon 1.6 (#36331) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8805819f..d0f3f7e3 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,7 @@ deps = pylint-django<0.8.1 django-webtest pytz - django-mellon>=1.2.35 + django111: django-mellon>=1.2.35,!=1.6 django22: django-mellon>=1.6.1 pytest-freezegun django111: django>=1.11,<1.12