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

2025-03-03 Thread Markus Armbruster
Stefan Hajnoczi writes: > Hi John, > Please take a look at this CI failure: > https://gitlab.com/qemu-project/qemu/-/jobs/9284725716#L150 > > If you cannot reproduce it locally there is a chance that other pull > requests on the staging branch caused the errors. If that's the case, > please wait

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

2025-03-02 Thread Stefan Hajnoczi
Hi John, Please take a look at this CI failure: https://gitlab.com/qemu-project/qemu/-/jobs/9284725716#L150 If you cannot reproduce it locally there is a chance that other pull requests on the staging branch caused the errors. If that's the case, please wait for the next update to qemu.git/master

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

2025-02-26 Thread Markus Armbruster
From: John Snow Update the python tests to also check qapi. No idea why I didn't do this before. I guess I was counting on moving it under python/ and then just forgot after that was NACKed. Oops, this turns out to be really easy. flake8, isort and mypy use the tool configuration from the existi