From 5e377fa8a73fa2d9c5b6fb83c585abebbaf2b18e Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Fri, 21 Aug 2020 16:12:08 -0700 Subject: [PATCH] Pin pylint for stable branches This patch pins the pylint version used on the Octavia stable release branches to 2.5.3. As time passes, the lint tools add new rules, many related to new python versions that the stable branches may not support. This patch will pin pylint to 2.5.3. Change-Id: I4c4f2b540dd6394208f0b60cb0b2aa0579b32ad7 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 7d8277649e..6fc428700a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,7 +8,7 @@ fixtures>=3.0.0 # Apache-2.0/BSD flake8-import-order==0.12 # LGPLv3 python-subunit>=1.0.0 # Apache-2.0/BSD oslotest>=3.2.0 # Apache-2.0 -pylint>=2.2.0 # GPLv2 +pylint>=2.2.0,<=2.5.3 # GPLv2 testrepository>=0.0.18 # Apache-2.0/BSD testtools>=2.2.0 # MIT testresources>=2.0.0 # Apache-2.0/BSD