File: rules

package info (click to toggle)
deepdiff 8.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,976 kB
  • sloc: python: 16,739; makefile: 167
file content (16 lines) | stat: -rwxr-xr-x 485 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1

export PYBUILD_NAME=deepdiff
# These tests need dependencies that aren't currently in Debian.
export PYBUILD_TEST_ARGS=\
	--deselect tests/test_hash.py::TestDeepHash::test_uuid6_hash_positive \
	--deselect tests/test_hash.py::TestDeepHash::test_uuid6_deepdiff_negative \
	--deselect tests/test_hash.py::TestDeepHashPrep::test_polars \
	{dir}/tests

%:
	dh $@ --buildsystem=pybuild