#!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ --with python3 --buildsystem=pybuild ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) override_dh_auto_test: HOME=`pwd` MPLBACKEND=agg PYTHONPATH=`pwd`/src python3 -m pytest -v -m "not slow" tests endif