#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk
export SETUPTOOLS_SCM_PRETEND_VERSION=$(DEB_VERSION_UPSTREAM)
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS=-k "not test_every_action_has_docs and not test_every_widget_has_id" {dir}/tests/

%:
	dh $@ --buildsystem=pybuild
