We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0aa175b + c424cca commit f410ef2Copy full SHA for f410ef2
tests/packages/linux_image/conftest.py
@@ -6,7 +6,7 @@
6
from pkgfixtures import host_with_saved_yum_state
7
8
@pytest.fixture(scope="package")
9
-def host_with_perf(host_with_saved_yum_state):
+def host_with_perf(host_at_least_8_3, host_with_saved_yum_state):
10
host = host_with_saved_yum_state
11
12
logging.info(f"Getting perf package")
0 commit comments