From a4ae9d30638dd23e0d90e19577795675924f10bd Mon Sep 17 00:00:00 2001 From: David Garcia Date: Tue, 23 Feb 2021 10:38:17 +0100 Subject: [PATCH] Fix pylint in tox Change-Id: Ifef8f7516df33e48d6df8e38414fe96a3ad30e73 Signed-off-by: David Garcia --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index a0f0503..2ca433c 100644 --- a/tox.ini +++ b/tox.ini @@ -34,7 +34,7 @@ commands = [testenv:pylint] basepython = python3 deps = - pylint + pylint==2.5.3 -rrequirements.txt commands = pylint -E n2vc --ignore=tests @@ -42,7 +42,7 @@ commands = [testenv:pylint-tests] basepython = python3 deps = - pylint + pylint==2.5.3 -rrequirements.txt -rtest-requirements.txt commands = -- 2.17.1