qemu/python/tests
John Snow 4b77e5d7b8 python: update missing dependencies from minreqs
We pin all dependencies for the "check-minreqs" test because pip lacks a
dependency resolver that installs "the oldest possible package that
meets dependency criteria". So, in order to test our stated minimum
requirements, we pin all of our dependencies (and their dependencies,
transitively) at the oldest possible versions that still work and pass
tests; proving that our minimum requirements are correct.

(It also ensures no new features accidentally sneak in from developers
on newer platforms.)

A few transitive dependencies were omitted from the pinned dependency
file by accident; as a result, pip's dependency solver can pull in newer
dependencies, which we don't want. This patch corrects the previous
oversight and pins the missing dependencies.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-id: 20250604200354.459501-4-jsnow@redhat.com
2025-06-05 12:08:53 -04:00
..
flake8.sh python: add mkvenv.py 2023-05-18 08:53:51 +02:00
iotests-mypy.sh python: Add iotest linters to test suite 2021-11-01 11:54:59 -04:00
iotests-pylint.sh Python: add setuptools v60.0 workaround 2022-02-23 17:07:26 -05:00
isort.sh python: add mkvenv.py 2023-05-18 08:53:51 +02:00
minreqs.txt python: update missing dependencies from minreqs 2025-06-05 12:08:53 -04:00
mypy.sh python: add mkvenv.py 2023-05-18 08:53:51 +02:00
protocol.py python: rename qemu.aqmp to qemu.qmp 2022-04-21 11:01:00 -04:00
pylint.sh python: add mkvenv.py 2023-05-18 08:53:51 +02:00