#!/usr/bin/make -f

PYBUILD_TEST_ARGS = --asyncio-mode=auto

export PYBUILD_TEST_ARGS

%:
	dh $@ --buildsystem=pybuild
