[gnome-bluetooth/wip/hadess/add-tests: 1/2] ci: Install newer version of python-dbusmock
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth/wip/hadess/add-tests: 1/2] ci: Install newer version of python-dbusmock
- Date: Fri, 26 Nov 2021 15:15:10 +0000 (UTC)
commit 3be1689a7e871d75ba2a2c87161c62848ba215b8
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]