#!/usr/bin/make -f

export PYBUILD_BEFORE_TEST=cp -r schema_config.yaml local_schemas {build_dir}
export PYBUILD_AFTER_TEST=$(RM) -r {build_dir}/schema_config.yaml {build_dir}/local_schemas
export PYBUILD_TEST_ARGS=-vv -m "not network" $(CURDIR)/tests

%:
	dh $@ --buildsystem=pybuild
