aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2024-06-26 19:22:28 -0400
committerJohn Snow <jsnow@redhat.com>2024-07-12 16:36:20 -0400
commitc5be244534f918adf5aea0ced9cf13344be3e62b (patch)
tree831a125b64b02d03b39bc5f04d45c7c967b5d1c3 /python
parent84e327e8448eacef879a0f85d38d212b6f58ee4a (diff)
downloadqemu-c5be244534f918adf5aea0ced9cf13344be3e62b.zip
qemu-c5be244534f918adf5aea0ced9cf13344be3e62b.tar.gz
qemu-c5be244534f918adf5aea0ced9cf13344be3e62b.tar.bz2
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>
Diffstat (limited to 'python')
-rw-r--r--python/setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/setup.cfg b/python/setup.cfg
index 4866860..8ebd345 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