From db97027fb7b8cf8484f6ddc9ee4906ca091107ec Mon Sep 17 00:00:00 2001 From: albailey Date: Tue, 28 Apr 2020 12:39:05 -0500 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e5029101..8b8285ca 100644 --- a/tox.ini +++ b/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