#!/usr/bin/make -f

# Uncomment below to enable verbose build messages.
#export DH_VERBOSE = 1

# Disable the tests that don't currently work.
# * test_dateutil is broken because Debian's package diverges from upstream.  <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/873#issuecomment-2746580287>
export PYBUILD_TEST_ARGS=-k 'not test_dateutil'

%:
	dh $@ --buildsystem=pybuild
