[gnome-bluetooth/wip/hadess/lib-changes: 8/8] ci: Install newer version of python-dbusmock




commit 85a206b1501352698e1a0f52a135be81710468af
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Nov 23 17:40:10 2021 +0100

    ci: Install newer version of python-dbusmock
    
    This version adds support for RemoveAdapter() and makes adapter
    addresses unique.

 .gitlab-ci.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 53ef4a42..c11b469f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,6 @@ variables:
   GIT_SUBMODULE_STRATEGY: recursive
   TEST_DEPS:
     python3-dbus
-    python3-dbusmock
   DEPENDENCIES_ABI_CHECK:
     libabigail
   LAST_ABI_BREAK: "6ee14a44966355d54d7b1f802fbf65415872c4ac"
@@ -30,6 +29,12 @@ build_stable:
     - meson . _build --prefix=/usr -Dicon_update=true -Dgtk_doc=true -Dintrospection=true -Dsendto=true
     - ninja -C _build
     - ninja -C _build install
+    # Install newer python-dbusmock
+    - git clone https://github.com/martinpitt/python-dbusmock.git
+    - cd python-dbusmock
+    - python3 setup.py build
+    - python3 setup.py install
+    - cd ..
     - dnf install -y $TEST_DEPS
     - ninja -C _build test
     - ninja -C _build dist


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]