#!/usr/bin/make -f

export PYBUILD_NAME := pydantic-extra-types
# These will fail until cron-converter has been packaged.
export PYBUILD_TEST_ARGS := --ignore tests/test_cron.py --ignore tests/test_json_schema.py
# uuid-utils hasn't been packaged, but is only needed on Python 3.13.
export PYBUILD_TEST_ARGS_python3.13 := $(PYBUILD_TEST_ARGS) --deselect tests/test_uuid_types.py

%:
	dh ${@} --buildsystem=pybuild
