#! /usr/bin/make -f

export DATALAB_DATA=datalab/data
export PYBUILD_DISABLE_python3.13=test
export PYBUILD_TEST_ARGS=-k 'not test_dep_viewer'

%:
	dh $@ --buildsystem=pybuild
