#!/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
