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
This commit is contained in:
Michael Johnson 2020-08-21 16:12:08 -07:00
parent 0462ff457c
commit 5e377fa8a7
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.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