#! /usr/bin/make -f

export PYBUILD_NAME=cattr
# tests/test_preconf.py, needs cbor2, not packaged for debian
export PYBUILD_TEST_ARGS=-v --ignore tests/test_unstructure_collections.py --ignore tests/test_preconf.py -k 'not test_orjson'
export SETUPTOOLS_SCM_PRETEND_VERSION=${DEB_VERSION_UPSTREAM}

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