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>
[testenv:pylint]
basepython = python3
deps =
- pylint
+ pylint==2.6.0
-rrequirements.txt
commands =
pylint -E n2vc --ignore=tests
[testenv:pylint-tests]
basepython = python3
deps =
- pylint
+ pylint==2.6.0
-rrequirements.txt
-rtest-requirements.txt
commands =