Unpin pylint

pylint 4.0.3 fixes the ignore list bug
remove the <4.0.0 constraint and exclude affected releases (.0 to .2)

Change-Id: I07a3b47341f2c4a5fab79982dbb3c4d7efaa0e61
Signed-off-by: Gregory Thiemonge <gthiemon@redhat.com>
This commit is contained in:
Gregory Thiemonge
2025-11-14 08:17:25 +01:00
parent be37addac0
commit 576601b3c4

View File

@@ -4,7 +4,7 @@ coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
flake8-import-order>=0.18.0,<0.19.0 # LGPLv3
oslotest>=3.2.0 # Apache-2.0
pylint>=2.5.3,<4.0.0 # GPLv2
pylint>=2.5.3,!=4.0.0,!=4.0.1,!=4.0.2 # GPLv2
stestr>=2.0.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=2.2.0 # MIT