Skip to content

Commit b370e46

Browse files
committed
Pin pylint on 2024.1
new pylint release introduces new checkers. the policy in Octavia is to pin linters on stable branches. Change-Id: Ie069ca415e8ff8eab2c9bb3db439a950751d8854
1 parent 8d19982 commit b370e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fixtures>=3.0.0 # Apache-2.0/BSD
88
flake8-import-order>=0.18.0,<0.19.0 # LGPLv3
99
python-subunit>=1.0.0 # Apache-2.0/BSD
1010
oslotest>=3.2.0 # Apache-2.0
11-
pylint>=2.5.3 # GPLv2
11+
pylint>=2.5.3,<3.2.0 # GPLv2
1212
testrepository>=0.0.18 # Apache-2.0/BSD
1313
testtools>=2.2.0 # MIT
1414
testresources>=2.0.0 # Apache-2.0/BSD

0 commit comments

Comments
 (0)