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.
1 parent 4140318 commit 657dc36Copy full SHA for 657dc36
tests/run-fedora
@@ -6,7 +6,8 @@ dnf -y install python3-setuptools python3 python3-gobject-base \
6
upower NetworkManager ModemManager bluez libnotify polkit
7
8
if ! grep -q :el /etc/os-release; then
9
- dnf -y install power-profiles-daemon iio-sensor-proxy python3-pytest
+ # skip iio-sensor-proxy: https://github.com/martinpitt/python-dbusmock/issues/241
10
+ dnf -y install power-profiles-daemon python3-pytest
11
else
12
dnf -y install python3-pip
13
pip install pytest
0 commit comments