diff --git a/ci/integration-template.yml b/ci/integration-template.yml index f01de7845d..61cd034009 100644 --- a/ci/integration-template.yml +++ b/ci/integration-template.yml @@ -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