Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools: Enable Python bridge on Fedora 38 #19009

Merged
merged 1 commit into from
Jul 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/verify/check-client
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import testlib


# Run this on more OSes as we roll out the pybridge
@testlib.skipImage("needs pybridge", "debian-stable", "ubuntu-2204", "fedora-37", "fedora-38",
"fedora-testing", "rhel-8*", "centos-8*", "rhel-9*", "centos-9*")
@testlib.skipImage("needs pybridge", "debian-stable", "ubuntu-2204", "fedora-37",
"rhel-8*", "centos-8*", "rhel-9*", "centos-9*")
# enable this once our cockpit/ws container can beiboot
@testlib.skipOstree("client setup does not work with ws container")
class TestClient(testlib.MachineCase):
Expand Down
3 changes: 1 addition & 2 deletions tools/cockpit.spec
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ Version: 0
Release: 1%{?dist}
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz

# Use Python bridge on non-stable versions
%if 0%{?fedora} >= 39
%if 0%{?fedora} >= 38
%define cockpit_enable_python 1
%endif

Expand Down