python: Do not use pylint 3.2.4 with python 3.8

There is a bug in this version,
see: https://github.com/pylint-dev/pylint/issues/9751

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20240626232230.408004-3-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
This commit is contained in:
John Snow 2024-06-26 19:22:28 -04:00
parent 84e327e844
commit c5be244534
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ devel =
isort >= 5.1.2 isort >= 5.1.2
mypy >= 1.4.0 mypy >= 1.4.0
pylint >= 2.17.3 pylint >= 2.17.3
pylint != 3.2.4; python_version<"3.9"
tox >= 3.18.0 tox >= 3.18.0
urwid >= 2.1.2 urwid >= 2.1.2
urwid-readline >= 0.13 urwid-readline >= 0.13