File: rules

package info (click to toggle)
python-adal 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,312 kB
  • sloc: xml: 12,790; python: 4,647; makefile: 14
file content (12 lines) | stat: -rwxr-xr-x 345 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME=adal

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

override_dh_auto_test:
	# HTTPretty fails if the http{s,}_proxy is set
	#http_proxy= https_proxy= dh_auto_test
	# disabling tests, it appears to want a real internet connection
	# TODO: tests that need a real internet connection should be patched out