Pin pylint version 18/10118/1
authorbeierlm <mark.beierl@canonical.com>
Wed, 16 Dec 2020 12:07:10 +0000 (07:07 -0500)
committerbeierlm <mark.beierl@canonical.com>
Wed, 16 Dec 2020 12:07:10 +0000 (07:07 -0500)
Pins the version of pylint to 2.6.0, which corrects the upstream
dependency on SortImports.

Change-Id: I6d3a08ab34e62c03e119f84f66452ec4934c19c4
Signed-off-by: beierlm <mark.beierl@canonical.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index a0f0503..4d64762 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -34,7 +34,7 @@ commands =
 [testenv:pylint]
 basepython = python3
 deps =
-  pylint
+  pylint==2.6.0
   -rrequirements.txt
 commands =
   pylint -E n2vc --ignore=tests
@@ -42,7 +42,7 @@ commands =
 [testenv:pylint-tests]
 basepython = python3
 deps =
-  pylint
+  pylint==2.6.0
   -rrequirements.txt
   -rtest-requirements.txt
 commands =