On Wed, Nov 19, 2025 at 09:26:25AM +0100, Thomas Huth wrote: > Date: Wed, 19 Nov 2025 09:26:25 +0100 > From: Thomas Huth <[email protected]> > Subject: [PATCH for-11.0 04/15] tests/functional/x86_64/test_virtio_gpu: > Fix various issues reported by pylint > > From: Thomas Huth <[email protected]> > > Use the recommended order for import statements, specify the kind of > exceptions that we try to catch, use f-strings where it makes sense, > rewrite the vug_log_file part with a proper "with" statement and > fix some FIXMEs by checking for the availability of the devices, etc. > > Message-Id: <[email protected]> > Reviewed-by: Akihiko Odaki <[email protected]> > Signed-off-by: Thomas Huth <[email protected]> > --- > tests/functional/x86_64/test_virtio_gpu.py | 56 +++++++++++----------- > 1 file changed, 28 insertions(+), 28 deletions(-)
Reviewed-by: Zhao Liu <[email protected]>
