#!/usr/bin/make -f

export PYBUILD_TEST_ARGS=-k 'not test_md_fixtures'
export PYBUILD_SYSTEM=pyproject

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