From 09bcec9cc61c0b63693e90271d28019ad821f032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 24 Dec 2018 09:13:18 +0100 Subject: [PATCH] tox: limit pylint-django to a version working with pylint<1.8 (#29170) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 90cc3535..0ec93ef9 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ deps = mock httmock pylint<1.8 - pylint-django<0.9 + pylint-django<0.8.1 django-webtest<1.9.3 pytz py2: django-mellon