#!/usr/bin/make -f

# Tests need to set the timezone for mocking
export TZ=EST5EDT,M3.2.0,M11.1.0
# tox.ini adds --flake which is not supported in Debian
export PYBUILD_TEST_ARGS=-v -c /dev/null

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
