Skip to content

Commit c9e9e8e

Browse files
Fix pylint version constraint
The pep8 tox environment was failing with numerous warnings when pylint>=4.0.0. Looks an issue on the pylint library [0] [0] pylint-dev/pylint#10669 Change-Id: Iae8f113944e597c4a4eadc14b31c405970898626 Signed-off-by: Fernando Royo <[email protected]>
1 parent f4bdba1 commit c9e9e8e

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
@@ -5,7 +5,7 @@ coverage!=4.4,>=4.0 # Apache-2.0
55
flake8-import-order>=0.18.0,<0.19.0 # LGPLv3
66
oslotest>=3.2.0 # Apache-2.0
77
stestr>=1.0.0 # Apache-2.0
8-
pylint>=2.6.0 # GPLv2
8+
pylint>=2.6.0,!=4.0.0,!=4.0.1 # GPLv2
99
testresources>=2.0.0 # Apache-2.0/BSD
1010
testscenarios>=0.4 # Apache-2.0/BSD
1111
WebTest>=2.0.27 # MIT

0 commit comments

Comments
 (0)