Skip to content

Commit 657dc36

Browse files
committed
test: Drop iio-sensor-proxy tests on Fedora
The template has broken logic, and does not work any more with iio-sensor-proxy 3.7. See #241
1 parent 4140318 commit 657dc36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/run-fedora

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ dnf -y install python3-setuptools python3 python3-gobject-base \
66
upower NetworkManager ModemManager bluez libnotify polkit
77

88
if ! grep -q :el /etc/os-release; then
9-
dnf -y install power-profiles-daemon iio-sensor-proxy python3-pytest
9+
# skip iio-sensor-proxy: https://github.com/martinpitt/python-dbusmock/issues/241
10+
dnf -y install power-profiles-daemon python3-pytest
1011
else
1112
dnf -y install python3-pip
1213
pip install pytest

0 commit comments

Comments
 (0)