[gnome-bluetooth/wip/hadess/dbusmock-from-distro: 1/2] Revert "ci: Install a version of python-dbusmock with Pair() support"




commit 5966722a6dd162e260f93cf33f38770d258e62e0
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Mar 23 11:00:01 2021 +0100

    Revert "ci: Install a version of python-dbusmock with Pair() support"
    
    python3-dbusmock in rawhide is new enough.
    
    This reverts commit 1d54e5186240dd4cc5721df801f35e8eaca8aa2d.

 .gitlab-ci.yml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f1e77167..c0909521 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,6 +16,7 @@ variables:
   GIT_SUBMODULE_STRATEGY: recursive
   TEST_DEPS:
     python3-dbus
+    "python3-dbusmock >= 0.22.0-3"
   DEPENDENCIES_ABI_CHECK:
     libabigail
   LAST_ABI_BREAK: "7cc6250695ca7c7f326f0dd1dcbabc0061123b6b"
@@ -28,13 +29,6 @@ build_stable:
     - meson . _build --prefix=/usr
     - ninja -C _build
     - ninja -C _build install
-    # Install newer python-dbusmock
-    - git clone https://github.com/hadess/python-dbusmock.git
-    - cd python-dbusmock
-    - git checkout -b wip/hadess/bluez-pair origin/wip/hadess/bluez-pair
-    - 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]