Re: [PATCH RFC 0/3] python/iotests: Run iotest linters during Python CI

2021-06-07 Thread John Snow
On 6/5/21 10:08 AM, Vladimir Sementsov-Ogievskiy wrote: 04.06.2021 19:39, John Snow wrote: Since iotests are such a heavy and prominent user of the Python qemu.qmp and qemu.machine packages, it would be convenient if the Python linting suite also checked this client for any possible regressions

Re: [PATCH RFC 0/3] python/iotests: Run iotest linters during Python CI

2021-06-05 Thread Vladimir Sementsov-Ogievskiy
04.06.2021 19:39, John Snow wrote: Since iotests are such a heavy and prominent user of the Python qemu.qmp and qemu.machine packages, it would be convenient if the Python linting suite also checked this client for any possible regressions introduced by shifting around signatures, types, or inter

[PATCH RFC 0/3] python/iotests: Run iotest linters during Python CI

2021-06-04 Thread John Snow
Since iotests are such a heavy and prominent user of the Python qemu.qmp and qemu.machine packages, it would be convenient if the Python linting suite also checked this client for any possible regressions introduced by shifting around signatures, types, or interfaces in these packages. (Of course,