File: rules

package info (click to toggle)
python-rfc3161ng 2.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 188 kB
  • sloc: python: 573; makefile: 3
file content (11 lines) | stat: -rwxr-xr-x 319 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

# Disabled tests during build, as they require Internet connectivity
# to reach the various trusted timestamp servers
override_dh_auto_test:
#	PYTHONPATH=`pwd` pytest-3 tests/test_api.py 
# Disabled as test can't run in build directory
#	dh_auto_test