From c12c0d36f0cfed769a2b9b11b5f00b0604757151 Mon Sep 17 00:00:00 2001 From: Sven Sager Date: Sat, 19 Apr 2025 16:33:35 +0200 Subject: [PATCH] fix(deb): Skip tests because of missing SystemBus in build container --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/rules b/debian/rules index cd768b7..e35cded 100755 --- a/debian/rules +++ b/debian/rules @@ -5,3 +5,8 @@ export PYBUILD_INSTALL_ARGS=--install-lib=/usr/share/$(PYBUILD_NAME)/ --install- %: dh $@ --with python3 --buildsystem=pybuild + +override_dh_auto_test: + # Currently, the tests have to be skipped, because no SystemBus is + # available in the Docker container. + @echo "Skipped tests"