From: David Garcia Date: Tue, 23 Feb 2021 09:38:17 +0000 (+0100) Subject: Fix pylint in tox X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=commitdiff_plain;h=a4ae9d30638dd23e0d90e19577795675924f10bd;ds=sidebyside Fix pylint in tox Change-Id: Ifef8f7516df33e48d6df8e38414fe96a3ad30e73 Signed-off-by: David Garcia --- 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 =