#!/usr/bin/make -f

# The upstream test suite requires credentials for a live SUPLA server and
# includes tests which operate connected shutters.  Only collect it at build
# time; it cannot be run safely in Debian build or autopkgtest environments.
export PYBUILD_TEST_ARGS = --collect-only

%:
	dh $@ --buildsystem=pybuild
