From: John Snow Date: Wed, 26 Jun 2024 23:22:28 +0000 (-0400) Subject: python: Do not use pylint 3.2.4 with python 3.8 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c5be244534f918adf5aea0ced9cf13344be3e62b;p=qemu.git 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 Reviewed-by: Alex Bennée Message-id: 20240626232230.408004-3-jsnow@redhat.com Signed-off-by: John Snow --- diff --git a/python/setup.cfg b/python/setup.cfg index 48668609d3..8ebd345d7e 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -41,6 +41,7 @@ devel = isort >= 5.1.2 mypy >= 1.4.0 pylint >= 2.17.3 + pylint != 3.2.4; python_version<"3.9" tox >= 3.18.0 urwid >= 2.1.2 urwid-readline >= 0.13