Clamp pylint to be less than 2.5.0
A new version of pylint was released on April 25 and it is breaking zuul jobs so submissions cannot merge. Clamping pylint to be less than 2.5.0 for now. Change-Id: Ibd62a5d67bf8f37119b612a274c2d472a3474859 Partial-Bug: 1875705 Signed-off-by: albailey <Al.Bailey@windriver.com>
This commit is contained in:
parent
a9e549a66d
commit
db97027fb7
2
tox.ini
2
tox.ini
@ -68,7 +68,7 @@ sitepackages = False
|
||||
|
||||
deps = {[testenv]deps}
|
||||
ruamel.yaml
|
||||
pylint
|
||||
pylint<2.5.0
|
||||
commands =
|
||||
pylint {posargs} --rcfile=./pylint.rc puppet-manifests
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user