#!/usr/bin/make -f
export PYBUILD_TEST_ARGS=-k "not test_schema_is_up_to_date"

%:
	dh $@ --buildsystem=pybuild
