From 4ca1fe7834a954cb451961a669e15aae99124218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 11 Aug 2020 08:34:07 +0200 Subject: [PATCH] tox: limit quixote to <3.2, to keep working with python 3.5 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f0e2359dd..14564d411 100644 --- a/tox.ini +++ b/tox.ini @@ -40,7 +40,7 @@ deps = django-ratelimit<3 pyproj pylint<1.8 - Quixote>=3.0 + Quixote>=3.0,<3.2 commands = py.test -v {env:COVERAGE:} --junitxml=junit-{envname}.xml {posargs:tests/} pylint: ./pylint.sh wcs/