Pin pylint on stable/branches

pylint release 2.16.x adds new checkers, pin pylint to the previously
used version.

Change-Id: Ifa2ba3a9ba7505c4da6e391c63ca3342a606e4ed
(cherry picked from commit 9d2a236f52)
This commit is contained in:
Gregory Thiemonge 2023-02-06 11:00:35 +01:00
parent bc724fbebd
commit 23a7ca77c7
1 changed files with 1 additions and 1 deletions

View File

@ -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.5.3 # GPLv2
pylint>=2.5.3,<=2.15.10 # GPLv2
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
testresources>=2.0.0 # Apache-2.0/BSD