File: rules

package info (click to toggle)
python3-openid 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,652 kB
  • sloc: python: 17,471; xml: 234; makefile: 5
file content (16 lines) | stat: -rwxr-xr-x 377 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export PYBUILD_NAME=openid
#export PYBUILD_VERBOSE=1
#export DH_VERBOSE = 1


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


override_dh_auto_test:
	# The test suite starts a dummy HTTP(S) server, so we need to allow
	# those ports to be opened:
	#http_proxy= https_proxy= python3 -m unittest openid.test.test_suite
	http_proxy= https_proxy= dh_auto_test