fix(deb): Skip tests because of missing SystemBus in build container

This commit is contained in:
2025-04-19 16:33:35 +02:00
parent e2bf154185
commit c12c0d36f0

5
debian/rules vendored
View File

@@ -5,3 +5,8 @@ export PYBUILD_INSTALL_ARGS=--install-lib=/usr/share/$(PYBUILD_NAME)/ --install-
%: %:
dh $@ --with python3 --buildsystem=pybuild 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"