#!/usr/bin/make -f

# See debhelper(7) (uncomment to enable).
# Output every command that modifies files on the build system.
#export DH_VERBOSE = 1

export PYBUILD_NAME=pddl
export PYBUILD_TEST_PYTEST=0
export PYBUILD_TEST_ARGS=tests


%:
	dh $@ --buildsystem=pybuild



override_dh_auto_test:
	@echo "Skipping upstream tests: pytest_lazy_fixtures not available"
