From 025612aaaa7973e4bab304d4ed30da8cea1894ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 15 Feb 2018 10:24:48 +0100 Subject: [PATCH] tox: limit pytest-django to 0.8 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 25f7aff2..2cebb85d 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ deps = mock httmock pylint<1.8 - pylint-django + pylint-django<0.9 django-webtest django-mellon commands =