#!/usr/bin/make -f

export PYBUILD_NAME=pypsrp
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS={dir}/tests/tests_pypsrp/

# ensure the build host's proxy config don't affect the tests
export HTTP_PROXY=
export HTTPS_PROXY=
export ALL_PROXY=
export NO_PROXY=
export http_proxy=
export https_proxy=
export all_proxy=
export no_proxy=

%:
	dh $@ --buildsystem=pybuild
