From c3c35de94b4458b013ed497d93be8e3a20519d8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 31 Mar 2020 19:37:22 +0200 Subject: [PATCH] tox: limit django-appconf when testing against python 2 (#41200) --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index c13e39f..6588bb7 100644 --- a/tox.ini +++ b/tox.ini @@ -51,6 +51,7 @@ deps: pytest-freezegun xmlschema<1.1 enum34<=1.1.6 + py2: django-appconf<1.0.4 commands = py2: ./getlasso.sh py3: ./getlasso3.sh