File: rules

package info (click to toggle)
responses 0.25.7-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 504 kB
  • sloc: python: 4,546; makefile: 6
file content (15 lines) | stat: -rwxr-xr-x 371 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export PYBUILD_NAME=responses
export PYBUILD_TEST_ARGS={dir}

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

override_dh_auto_test:
	# The tests require local network (but not internet) access.
	# pybuild's setting of http_proxy=http://127.0.0.1:9/ breaks it.
	http_proxy= dh_auto_test