]> git.proxmox.com Git - mirror_qemu.git/commit
iotests: Fix incomplete type declarations
authorKevin Wolf <kwolf@redhat.com>
Mon, 11 May 2020 16:35:28 +0000 (18:35 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 18 May 2020 17:05:25 +0000 (19:05 +0200)
commitcd8f5b75927afdd8ac2378f4360208e0aa8f58e2
treeceac2440d5940734ff47d6e5498b9ca917b7c9f7
parente140f4b7b8c0fdda866ba3d8b4aa184b6ba6d6b8
iotests: Fix incomplete type declarations

We need to fix only a few places so that iotests.py can pass
mypy --disallow-incomplete-defs, which seems to be a desirable option to
have enabled in the long run.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20200511163529.349329-2-kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/iotests.py