pylint: Update to 2.11.1
pylint 2.7.4 fails to install due to dependency conflicts. Change-Id: I084a97fd8264a503f78082f0c05507c3aed82026
This commit is contained in:
parent
3e048975d0
commit
7135699870
2
tox.ini
2
tox.ini
@ -89,7 +89,7 @@ passenv = FAST8_NUM_COMMITS
|
|||||||
[testenv:pylint]
|
[testenv:pylint]
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
pylint==2.7.4
|
pylint==2.11.1
|
||||||
commands =
|
commands =
|
||||||
{toxinidir}/tools/coding-checks.sh --pylint {posargs}
|
{toxinidir}/tools/coding-checks.sh --pylint {posargs}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user