#!/usr/bin/make -f

export PYBUILD_TEST_ARGS=-k 'not test_vfbcu2qu_2_masters and not test_vfb_to_ufo'

%:
	dh $@ --with python3 --buildsystem=pybuild
