#!/usr/bin/make -f

export PYBUILD_TEST_ARGS = \
 $(patsubst %,--ignore=%,$(BROKEN_TESTFILES)) --timeout=30

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
	echo testsuite disabled.