#!/usr/bin/make -f

# The upstream test suite calls the real "systemctl"/D-Bus stack for parts
# of its output capture, and in this build environment that leaks the
# real host's live systemd state into the mocked test fixtures, causing
# spurious failures unrelated to the packaging. The same tests are run
# for real via debian/tests/unittests (autopkgtest), so skip them here.
export PYBUILD_DISABLE=install test

%:
	dh $@  --with python3 --buildsystem=pybuild
