mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
ci: integration: Lock the Avocado version to 98.0 for now
Avocado 99.0 causes the TCK test suite to fail with the nwfilter tests (which is another Bash framework underneath). Until the culprit is identified and fixed in Avocado, let's lock the version to 98.0 which worked with the test suite just fine. Signed-off-by: Erik Skultety <eskultet@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
cd94d891fb
commit
c9a65eb8a6
@ -26,7 +26,9 @@
|
||||
|
||||
.install-deps: &install-deps
|
||||
- sudo dnf install -y libvirt-rpms/* libvirt-perl-rpms/* libvirt-python-rpms/*
|
||||
- sudo pip3 install --prefix=/usr avocado-framework
|
||||
|
||||
# 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
|
||||
|
||||
|
||||
.enable-core-dumps: &enable-core-dumps
|
||||
|
Loading…
Reference in New Issue
Block a user