From c03e17e4bc5bb1a507127aa986000435de3b4338 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 22 May 2024 23:30:12 +0200 Subject: [PATCH] Pin pylint version to 3.1.1 in tox.ini Change-Id: I778aff9868335bcd24a294edb08d9c6b9be5f040 Signed-off-by: garciadeblas --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.25.1