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: I0cecb76bfe438659fc324b327a845323c93f015a
This commit is contained in:
Michael Johnson 2020-08-21 16:26:03 -07:00
parent 40777222b9
commit 60ddeb65c4
3 changed files with 5 additions and 3 deletions

View File

@ -24,7 +24,8 @@ cryptography==2.1
debtcollector==1.19.0
decorator==4.2.1
deprecation==2.0
diskimage-builder==1.1.2
diskimage-builder==1.1.2;python_version=='2.7'
diskimage-builder==1.26.0;python_version>='3.0'
distro===1.2.0
doc8==0.6.0
docutils==0.14

View File

@ -39,7 +39,8 @@ pyOpenSSL>=17.1.0 # Apache-2.0
WSME>=0.8.0 # MIT
Jinja2>=2.10 # BSD License (3 clause)
taskflow>=2.16.0 # Apache-2.0
diskimage-builder!=1.6.0,!=1.7.0,!=1.7.1,>=1.1.2 # Apache-2.0
diskimage-builder>=1.1.2,!=1.6.0,!=1.7.0,!=1.7.1,<3.0.0;python_version=='2.7' # Apache-2.0
diskimage-builder>=1.26.0;python_version>='3.0' # Apache-2.0
futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # BSD
castellan>=0.16.0 # Apache-2.0
tenacity>=5.0.4 # Apache-2.0

View File

@ -10,7 +10,7 @@ mock>=2.0.0 # BSD
python-subunit>=1.0.0 # Apache-2.0/BSD
oslotest>=3.2.0 # Apache-2.0
pylint==1.9.2;python_version<'3.0' # GPLv2
pylint>=1.9.2;python_version>='3.0' # GPLv2
pylint>=1.9.2,<=2.5.3;python_version>='3.0' # GPLv2
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
testresources>=2.0.0 # Apache-2.0/BSD