#!/usr/bin/make -f # DH_VERBOSE := 1 include /usr/share/dpkg/buildopts.mk export LC_ALL=C.UTF-8 export PYBUILD_TEST_PYTEST=1 export PYBUILD_TEST_ARGS=-n $(DEB_BUILD_OPTION_PARALLEL) -k "not test_own_pyproject" {dir}/tests %: dh $@ --buildsystem pybuild