#!/usr/bin/make -f

export PYBUILD_TEST_ARGS=-k "not test_weakref_init" --ignore=tests/test_databases/test_transaction_as_fixture.py

%:
	dh $@ --buildsystem=pybuild

override_dh_installchangelogs:
	dh_installchangelogs docs/releases.md

execute_after_dh_auto_test:
	rm -f ./.pybuild/*/build/test.db
	rm -r ./.pybuild/*/build/.pytest_cache
