#!/usr/bin/make -f

export PYBUILD_TEST_ARGS=--ignore tests/test_metadata_generation.py

%:
	dh $@ --buildsystem=pybuild --with=python3

# https://github.com/theupdateframework/python-tuf/issues/2745
override_dh_auto_test:
	-dh_auto_test $(DH_BUILD_OPTS)
