mbox series

[0/3] iotests: Fix pylint/mypy warnings on F33

Message ID 20201027163806.290960-1-kwolf@redhat.com
Headers show
Series iotests: Fix pylint/mypy warnings on F33 | expand

Message

Kevin Wolf Oct. 27, 2020, 4:38 p.m. UTC
This series makes iotest 297 (which runs pylint and mypy on iotests.py)
pass again on Fedora 33.

Kevin Wolf (3):
  iotests.py: Fix type check errors in wait_migration()
  iotests: Disable unsubscriptable-object in pylint
  iotests: Use Python 3 style super()

 tests/qemu-iotests/iotests.py | 12 ++++++++----
 tests/qemu-iotests/pylintrc   |  2 ++
 2 files changed, 10 insertions(+), 4 deletions(-)