From: garciadeblas Date: Wed, 22 May 2024 21:30:12 +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=c03e17e4bc5bb1a507127aa986000435de3b4338;p=osm%2FLCM.git Pin pylint version to 3.1.1 in tox.ini Change-Id: I778aff9868335bcd24a294edb08d9c6b9be5f040 Signed-off-by: garciadeblas --- diff --git a/tox.ini b/tox.ini index d0d2da8..268ae78 100644 --- a/tox.ini +++ b/tox.ini @@ -65,7 +65,7 @@ commands = deps = {[testenv]deps} -r{toxinidir}/requirements-dev.txt -r{toxinidir}/requirements-test.txt - pylint + pylint==3.1.1 commands = pylint -E osm_lcm --extension-pkg-allow-list=pydantic # issue with pydantic (https://github.com/pydantic/pydantic/issues/1961)