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

%:
	dh $@ --buildsystem=pybuild
