#!/usr/bin/make -f

export PYBUILD_TEST_ARGS = -p no:cacheprovider tests

%:
	dh $@ --with python3 --buildsystem=pybuild
