Pin pylint version

Pylint 2.7 added new checks that make pep8 fail. Following what we've
done in previous stable branches, it is better to set an upper
constraint version to pylint requirement than addressing additional
checks as future pylint versions are released.

Change-Id: I23319b1d8d3de0509b20d4a37bff93fc2155d47f
This commit is contained in:
Carlos Goncalves 2021-02-22 13:08:22 +01:00
parent b5c6c884a4
commit 0fc8f22373
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.6.0 # GPLv2
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
testresources>=2.0.0 # Apache-2.0/BSD