Re: [PULL v2 4/6] python: add qapi static analysis tests

2025-06-17 Thread John Snow
On Tue, Jun 17, 2025, 7:44 AM Markus Armbruster wrote: > John Snow writes: > > > Update the python tests to also check QAPI and the QAPI Sphinx > > extensions. The docs/sphinx/qapidoc_legacy.py file is not included in > > these checks, as it is destined for removal soon. mypy is also not > > cal

Re: [PULL v2 4/6] python: add qapi static analysis tests

2025-06-17 Thread Markus Armbruster
John Snow writes: > Update the python tests to also check QAPI and the QAPI Sphinx > extensions. The docs/sphinx/qapidoc_legacy.py file is not included in > these checks, as it is destined for removal soon. mypy is also not > called on the QAPI Sphinx extensions, owing to difficulties supporting

[PULL v2 4/6] python: add qapi static analysis tests

2025-06-05 Thread John Snow
Update the python tests to also check QAPI and the QAPI Sphinx extensions. The docs/sphinx/qapidoc_legacy.py file is not included in these checks, as it is destined for removal soon. mypy is also not called on the QAPI Sphinx extensions, owing to difficulties supporting Sphinx 3.x - 8.x while maint