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:
albailey 2020-04-28 12:39:05 -05:00
parent a9e549a66d
commit db97027fb7
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ sitepackages = False
deps = {[testenv]deps}
ruamel.yaml
pylint
pylint<2.5.0
commands =
pylint {posargs} --rcfile=./pylint.rc puppet-manifests