#! /usr/bin/make -f

export PYBUILD_NAME=sqlmodel
export DH_VERBOSE=1

# test_create_db_and_table, test_run_tests: run the `coverage` executable,
# Debian only ships python3-coverage
export PYBUILD_TEST_ARGS=-v -k 'not test_create_db_and_table and not test_run_tests'

%:
	dh $@ --buildsystem=pybuild
