]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci: Test with latest Avocado again
authorErik Skultety <eskultet@redhat.com>
Mon, 6 Feb 2023 15:36:08 +0000 (16:36 +0100)
committerErik Skultety <eskultet@redhat.com>
Wed, 8 Feb 2023 15:36:10 +0000 (16:36 +0100)
Test with the following fix:
https://github.com/avocado-framework/avocado/pull/5567/commits

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
ci/integration-template.yml

index 9141d5cedfd7280e8e69c296290a2f8a28a8301d..efd04b76c1b27ce80ca226b1fd69300ae4e0245a 100644 (file)
@@ -28,7 +28,7 @@
   - sudo dnf install -y libvirt-rpms/* libvirt-perl-rpms/* libvirt-python-rpms/*
 
   # Avocado >98.0 fails with the nwfilter TCK tests, so stick with 98.0 for now
-  - sudo pip3 install --prefix=/usr avocado-framework==98.0
+  - sudo pip3 install --prefix=/usr avocado-framework
 
 
 .enable-core-dumps: &enable-core-dumps