All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Python: Add 3.13 support, play linter whackamole
@ 2024-06-26 23:22 John Snow
  2024-06-26 23:22 ` [PATCH 1/4] python: linter changes for pylint 3.x John Snow
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: John Snow @ 2024-06-26 23:22 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-block, Cleber Rosa, Alex Bennée,
	Philippe Mathieu-Daudé, Wainer dos Santos Moschetta,
	John Snow, Kevin Wolf, Beraldo Leal, Thomas Huth, Hanna Reitz

Fix some regressions in check-python-tox that have crept in since Pylint
3.x, and add Python 3.13 support to the pipeline.

GitLab pipeline (before I fixed the missing DCO, but let's be honest, it
can't possibly be worth re-running so many tests for just that):
  https://gitlab.com/jsnow/qemu/-/pipelines/1349737188

John Snow (4):
  python: linter changes for pylint 3.x
  python: Do not use pylint 3.2.4 with python 3.8
  iotests: Change imports for Python 3.13
  python: enable testing for 3.13

 python/qemu/machine/machine.py         | 1 +
 python/qemu/utils/qemu_ga_client.py    | 2 +-
 python/setup.cfg                       | 4 +++-
 tests/docker/dockerfiles/python.docker | 1 +
 tests/qemu-iotests/testenv.py          | 7 ++++++-
 tests/qemu-iotests/testrunner.py       | 9 ++++++---
 6 files changed, 18 insertions(+), 6 deletions(-)

-- 
2.45.0




^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-07-05 15:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-26 23:22 [PATCH 0/4] Python: Add 3.13 support, play linter whackamole John Snow
2024-06-26 23:22 ` [PATCH 1/4] python: linter changes for pylint 3.x John Snow
2024-07-03  9:50   ` Alex Bennée
2024-06-26 23:22 ` [PATCH 2/4] python: Do not use pylint 3.2.4 with python 3.8 John Snow
2024-07-03  9:50   ` Alex Bennée
2024-06-26 23:22 ` [PATCH 3/4] iotests: Change imports for Python 3.13 John Snow
2024-07-01 23:44   ` John Snow
2024-07-02 11:52   ` Nir Soffer
2024-07-02 14:44     ` John Snow
2024-07-02 17:51       ` Nir Soffer
2024-07-03 20:12         ` John Snow
2024-06-26 23:22 ` [PATCH 4/4] python: enable testing for 3.13 John Snow
2024-07-03 10:29   ` Alex Bennée
2024-07-05 15:52 ` [PATCH 0/4] Python: Add 3.13 support, play linter whackamole John Snow

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.