#!/usr/bin/make -f

export PYBUILD_BEFORE_TEST=mkdir {build_dir}/pytest_repeat.egg-info && \
		    echo "[pytest11]\nrepeat = pytest_repeat" > {build_dir}/pytest_repeat.egg-info/entry_points.txt

%:
	dh $@ --buildsystem=pybuild
