Skip to content

Commit

Permalink
Revert "test: Drop power-profiles-daemon from Rawhide"
Browse files Browse the repository at this point in the history
The root cause for this got fixed in glib 2.77.1:
https://gitlab.gnome.org/GNOME/glib/-/issues/3054

This reverts commit 0b4c5d9.

Fixes #177
  • Loading branch information
martinpitt committed Aug 7, 2023
1 parent a1e345a commit 178b7c8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/run-fedora
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ dnf -y install python3-setuptools python3 python3-gobject-base \
upower NetworkManager bluez libnotify polkit

if ! grep -q :el /etc/os-release; then
dnf -y install iio-sensor-proxy
fi
# HACK: powerprofilectl started to SIGTRAP in Fedora Rawhide https://github.com/martinpitt/python-dbusmock/issues/177
if [ -n "$TEST_CODE" ]; then
dnf -y install power-profiles-daemon
dnf -y install power-profiles-daemon iio-sensor-proxy
fi

if [ -n "$TEST_CODE" ]; then
Expand Down

0 comments on commit 178b7c8

Please sign in to comment.