#!/usr/bin/make -f

export PYBUILD_NAME=fastflix

%:
	dh $@ -Spybuild --with quilt


override_dh_auto_test:
	python3 -m pytest -k 'not test_encode and not test_version'
