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

override_dh_auto_test:
