#!/usr/bin/make -f
export PYBUILD_TEST_ARGS=-k "not test_wrong_password_type" --snapshot-warn-unused
export PYBUILD_AFTER_INSTALL=rm -rf {destdir}/usr/lib/python3*/dist-packages/devolo_plc_api-*.dist-info {destdir}/usr/lib/python3*/dist-packages/build

%:
	dh $@ --buildsystem=pybuild
