File: rules

package info (click to toggle)
python-tuf 5.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,456 kB
  • sloc: python: 7,561; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 329 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# https://github.com/theupdateframework/python-tuf/issues/2745
export PYBUILD_TEST_ARGS= \
	--ignore tests/test_examples.py \
	--ignore tests/test_fetcher_ng.py \
	--ignore tests/test_metadata_generation.py \
	--ignore tests/test_updater_ng.py \
	--ignore tests/test_utils.py

%:
	dh $@ --buildsystem=pybuild