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 with well-known versions and
test against a wide variety of python versions, which helps to find
accidental cross-version python compatibility issues.

Signed-off-by: John Snow <js...@redhat.com>
---
  python/tests/iotests-mypy.sh   | 4 ++++
  python/tests/iotests-pylint.sh | 4 ++++
  2 files changed, 8 insertions(+)
  create mode 100755 python/tests/iotests-mypy.sh
  create mode 100755 python/tests/iotests-pylint.sh

Reviewed-by: Hanna Reitz <hre...@redhat.com>


Reply via email to