#!/usr/bin/make -f
# Garage snapshots use dataclass formatting unavailable in Debian's syrupy.
export PYBUILD_TEST_ARGS=--no-cov -k 'not (test_all_garages or test_single_garage or test_filter_garage_model)'

%:
	dh $@ --buildsystem=pybuild
