diff --git a/tests/storage/fsp/conftest.py b/tests/storage/fsp/conftest.py index fcb16d1da..9b6980687 100644 --- a/tests/storage/fsp/conftest.py +++ b/tests/storage/fsp/conftest.py @@ -1,5 +1,8 @@ import pytest +# Explicitly import package-scoped fixtures (see explanation in pkgfixtures.py) +from pkgfixtures import host_with_saved_yum_state + FSP_REPO_NAME = 'runx' FSP_PACKAGES = ['xcp-ng-xapi-storage']