[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 01/31] tests/functional: remove many unused imports
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH v2 01/31] tests/functional: remove many unused imports |
Date: |
Thu, 12 Dec 2024 09:12:28 +0000 |
User-agent: |
Mutt/2.2.13 (2024-03-09) |
On Wed, Dec 11, 2024 at 08:31:35PM +0100, Thomas Huth wrote:
> On 11/12/2024 18.26, Daniel P. Berrangé wrote:
> > Identified using 'pylint --disable=all --enable=W0611'
> >
> > Reviewed-by: Thomas Huth <thuth@redhat.com>
> > Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> > ---
> > tests/functional/qemu_test/asset.py | 1 -
> > tests/functional/qemu_test/tesseract.py | 1 -
> > tests/functional/qemu_test/tuxruntest.py | 3 +--
> > tests/functional/test_aarch64_aspeed.py | 1 -
> > tests/functional/test_aarch64_sbsaref_alpine.py | 1 -
> > tests/functional/test_aarch64_sbsaref_freebsd.py | 1 -
> > tests/functional/test_acpi_bits.py | 2 --
> > tests/functional/test_arm_aspeed.py | 1 -
> > tests/functional/test_arm_bpim2u.py | 2 +-
> > tests/functional/test_arm_collie.py | 2 +-
> > tests/functional/test_arm_cubieboard.py | 1 -
> > tests/functional/test_arm_orangepi.py | 2 +-
> > tests/functional/test_arm_smdkc210.py | 3 +--
> > tests/functional/test_arm_sx1.py | 2 +-
> > tests/functional/test_microblaze_s3adsp1800.py | 1 -
> > tests/functional/test_ppc_amiga.py | 2 +-
> > tests/functional/test_virtio_gpu.py | 1 -
> > tests/lcitool/libvirt-ci | 2 +-
> > 18 files changed, 8 insertions(+), 21 deletions(-)
> ...
> > diff --git a/tests/lcitool/libvirt-ci b/tests/lcitool/libvirt-ci
> > index 9ad3f70bde..0f11966131 160000
> > --- a/tests/lcitool/libvirt-ci
> > +++ b/tests/lcitool/libvirt-ci
> > @@ -1 +1 @@
> > -Subproject commit 9ad3f70bde9865d5ad18f36d256d472e72b5cbf3
> > +Subproject commit 0f119661317333038e91b6fb9d0381a6934dcd0c
>
> That one seems unintentional?
Correct :-(
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- [PATCH v2 00/31] tests/functional: various improvements wrt assets/scratch files, Daniel P . Berrangé, 2024/12/11
- [PATCH v2 02/31] tests/functional: resolve str(Asset) to cache file path, Daniel P . Berrangé, 2024/12/11
- [PATCH v2 01/31] tests/functional: remove many unused imports, Daniel P . Berrangé, 2024/12/11
- [PATCH v2 03/31] tests/functional: remove duplicated 'which' function impl, Daniel P . Berrangé, 2024/12/11
- [PATCH v2 04/31] tests/functional: simplify 'which' implementation, Daniel P . Berrangé, 2024/12/11
- [PATCH v2 05/31] tests/functional: drop 'tesseract_available' helper, Daniel P . Berrangé, 2024/12/11
- [PATCH v2 06/31] tests/functional: introduce some helpful decorators, Daniel P . Berrangé, 2024/12/11
- [PATCH v2 07/31] tests/functional: switch to new test skip decorators, Daniel P . Berrangé, 2024/12/11