mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-05 00:38:04 +02:00
ci: Fix Linux integration tests all being skipped
The Linux integration tests were skipped since we started installing
python-dbusmock by hand, which meant that package dependencies like
python3-gobject were never installed, and the whole test would be
skipped.
Fixes: 3acbedca26
This commit is contained in:
parent
cadbaab1b2
commit
1696edf466
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ variables:
|
|||
glib2-devel
|
||||
libplist-devel
|
||||
umockdev
|
||||
dbus-x11
|
||||
python3-gobject
|
||||
python3-dbus
|
||||
python3-pip
|
||||
python3-packaging
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue