#!/usr/bin/make -f
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS=--asyncio-mode=auto tests.py

%:
	dh $@ --buildsystem=pybuild
