]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
python: Do not use pylint 3.2.4 with python 3.8
authorJohn Snow <jsnow@redhat.com>
Wed, 26 Jun 2024 23:22:28 +0000 (19:22 -0400)
committerJohn Snow <jsnow@redhat.com>
Fri, 12 Jul 2024 20:36:20 +0000 (16:36 -0400)
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>
python/setup.cfg

index 48668609d3ea4d3eb5440edce116863e8b1da883..8ebd345d7ed1e4dcd639ab30f2d7e22d689a14f8 100644 (file)
@@ -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