tox: do not restrain pylint version (#49861)

This commit is contained in:
Emmanuel Cazenave 2021-01-05 00:11:07 +01:00
parent 551139d7ca
commit b4cbc94b75
1 changed files with 1 additions and 1 deletions

View File

@ -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/}