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"