#!/usr/bin/make -f
export PYBUILD_TEST_ARGS=-m "not network" -k "not test_parse_embedded_folder_view"
%:
	dh $@ --buildsystem=pybuild
