#!/usr/bin/make -f
export PYBUILD_TEST_ARGS=--no-cov -k "not test_fetch_video"

%:
	dh $@ --buildsystem=pybuild
