File: rules

package info (click to toggle)
pydantic-extra-types 2.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 928 kB
  • sloc: python: 8,301; makefile: 49
file content (10 lines) | stat: -rwxr-xr-x 414 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/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