File: rules

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

export PYBUILD_NAME=adal

%:
	dh $@ --with python2,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