From df85248493f9f1a94de1f1c36a7b87fc6515a28a Mon Sep 17 00:00:00 2001 From: Gregory Thiemonge Date: Wed, 15 May 2024 14:27:26 +0200 Subject: [PATCH] Pin pylint on 2024.2 new pylint release introduces new checkers. the policy in Octavia is to pin linters on stable branches. Change-Id: Iebf4fc9e609942f351bb7f4ed7f2fcc04a23f35e --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index fa31c123fb..6f9f2cb36b 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.18.0,<0.19.0 # LGPLv3 python-subunit>=1.0.0 # Apache-2.0/BSD oslotest>=3.2.0 # Apache-2.0 -pylint>=2.5.3 # GPLv2 +pylint>=2.5.3,<3.2.0 # GPLv2 testrepository>=0.0.18 # Apache-2.0/BSD testtools>=2.2.0 # MIT testresources>=2.0.0 # Apache-2.0/BSD