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