From 0b69e8128e179b06d6f78da87f4c926c2f5880a5 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 18 Jul 2023 09:49:08 +0200 Subject: [PATCH] testmap: Drop Fedora pybridge scenario for Cockpit https://github.com/cockpit-project/cockpit/pull/19009 switched Fedora 38 to the pybridge for the "regular" build. Still keep the pybridge scenario for the other projects, until cockpit with the above PR got released and the fedora-38 image refreshed with it. --- lib/testmap.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/testmap.py b/lib/testmap.py index 2d5590faa3..36445a6216 100644 --- a/lib/testmap.py +++ b/lib/testmap.py @@ -45,7 +45,6 @@ def contexts(image, *scenarios: Iterable[str]): # this runs coverage, reports need the whole test suite *contexts(TEST_OS_DEFAULT, ['devel']), *contexts(TEST_OS_DEFAULT, ['firefox'], COCKPIT_SCENARIOS), - *contexts(TEST_OS_DEFAULT, ['pybridge'], COCKPIT_SCENARIOS), *contexts('centos-8-stream', ['pybridge'], COCKPIT_SCENARIOS), # no udisks on CoreOS → skip storage *contexts('fedora-coreos', COCKPIT_SCENARIOS - {'storage'}),