From: garciadeblas Date: Wed, 22 May 2024 22:03:18 +0000 (+0200) Subject: Pin pylint version to 3.1.1 in tox.ini X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fv12.0;hp=e73c56e2e9480f79810865ccf1c9a3371f7a68a3;p=osm%2Fosmclient.git Pin pylint version to 3.1.1 in tox.ini Change-Id: Id2503e4e58c5f75c9aebdb3722630bfce7e42051 Signed-off-by: garciadeblas --- diff --git a/tox.ini b/tox.ini index 8b329bf..0345319 100644 --- a/tox.ini +++ b/tox.ini @@ -64,7 +64,7 @@ commands = deps = {[testenv]deps} -r{toxinidir}/requirements-dev.txt -r{toxinidir}/requirements-test.txt - pylint + pylint==3.1.1 commands = pylint -E osmclient