mirror_qemu/python/tests
Paolo Bonzini 3d7b89748a python: bump minimum requirements so they are compatible with 3.12
There are many Python 3.12 issues right now, but a particularly
problematic one when debugging them is that one cannot even use
minreqs.txt in a Python 3.12 virtual environment to test with
locked package versions.

Bump the mypy and wrapt versions to fix this, while remaining
within the realm of versions compatible with Python 3.7.

This requires a workaround for a mypy false positive

    qemu/qmp/qmp_tui.py:350: error: Non-overlapping equality check (left operand type: "Literal[Runstate.DISCONNECTING]", right operand type: "Literal[Runstate.IDLE]")  [comparison-overlap]

where mypy does not realize that self.disconnect() could change
the value of self.runstate.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2023-07-07 12:49:22 +02: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: bump minimum requirements so they are compatible with 3.12 2023-07-07 12:49:22 +02: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