From b4cbc94b7520ee713651f2ed2ff9d0f35097fb92 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Tue, 5 Jan 2021 00:11:07 +0100 Subject: [PATCH] tox: do not restrain pylint version (#49861) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 80d5d9f52..f458c07dd 100644 --- a/tox.ini +++ b/tox.ini @@ -40,7 +40,7 @@ deps = django22: django>=2.2,<2.3 django-ratelimit<3 pyproj - pylint<1.8 + pylint Quixote>=3.0,<3.2 commands = py.test -v {env:COVERAGE:} --junitxml=junit-{envname}.xml {posargs:tests/}