From 785ab826e24f5adeef40f2aff8d764a0e7f9e850 Mon Sep 17 00:00:00 2001 From: albailey Date: Tue, 28 Apr 2020 12:52:39 -0500 Subject: [PATCH] Clamp pylint to be less than 2.5.0 A new version of pylint was released on April 27 and it is breaking zuul jobs so submissions cannot merge. Clamping pylint to be less than 2.5.0 for now. Change-Id: I77464800aa4ec5b94e10a5e9fbaeb0ddbd2e7845 Partial-Bug: 1875705 Signed-off-by: albailey --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 6c74ddf3..1d9b42a9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ # hacking pulls in flake8 hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 bashate >= 0.2 -pylint +pylint<2.5.0