]> git.proxmox.com Git - mirror_qemu.git/commit - tests/qemu-iotests/testrunner.py
iotests: Update for pylint 2.11.1
authorJohn Snow <jsnow@redhat.com>
Thu, 23 Sep 2021 18:07:15 +0000 (14:07 -0400)
committerKevin Wolf <kwolf@redhat.com>
Wed, 6 Oct 2021 08:25:55 +0000 (10:25 +0200)
commit3765315d4c84f9c0799744f43a314169baaccc05
treec0e5fe98c0bddcf2e9efeb0e62d14d9dd59481a6
parent22968996946d1a4eaca7396099ba40867bb58642
iotests: Update for pylint 2.11.1

1. Ignore the new f-strings warning, we're not interested in doing a
   full conversion at this time.

2. Just mute the unbalanced-tuple-unpacking warning, it's not a real
   error in this case and muting the dozens of callsites is just not
   worth it.

3. Add encodings to read_text().

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20210923180715.4168522-7-jsnow@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/pylintrc
tests/qemu-iotests/testrunner.py