#!/usr/bin/make -f
export PYBUILD_TEST_ARGS=--no-cov --asyncio-mode=auto
%:
	dh $@ --buildsystem=pybuild
