Skip to content

Commit

Permalink
test: Drop power-profiles-daemon from Rawhide
Browse files Browse the repository at this point in the history
Unbreaks tests, see issue #177
  • Loading branch information
martinpitt committed Jul 27, 2023
1 parent cfd33af commit 0b4c5d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/run-fedora
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ 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 power-profiles-daemon iio-sensor-proxy
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
fi

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

0 comments on commit 0b4c5d9

Please sign in to comment.