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
This commit is contained in:
Gregory Thiemonge
2024-05-15 14:27:26 +02:00
parent 20d97469e1
commit df85248493

View File

@@ -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