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:
Bastien Nocera 2021-09-07 15:02:50 +02:00
parent cadbaab1b2
commit 1696edf466

View file

@ -17,6 +17,8 @@ variables:
glib2-devel
libplist-devel
umockdev
dbus-x11
python3-gobject
python3-dbus
python3-pip
python3-packaging