Re: [PATCH 12/13] python: Add iotest linters to test suite

2021-10-13 Thread Hanna Reitz
On 04.10.21 23:05, John Snow wrote: Run mypy and pylint on the iotests files directly from the Python CI test infrastructure. This ensures that any accidental breakages to the qemu.[qmp|aqmp|machine|utils] packages will be caught by that test suite. It also ensures that these linters are run

[PATCH 12/13] python: Add iotest linters to test suite

2021-10-04 Thread John Snow
Run mypy and pylint on the iotests files directly from the Python CI test infrastructure. This ensures that any accidental breakages to the qemu.[qmp|aqmp|machine|utils] packages will be caught by that test suite. It also ensures that these linters are run with well-known versions and test