File: rules

package info (click to toggle)
pytest-httpserver 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 908 kB
  • sloc: python: 2,382; makefile: 77; sh: 21
file content (13 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- makefile -*-

#export DH_VERBOSE=1

export LC_ALL=C.UTF-8
export PYBUILD_NAME=pytest-httpserver
export PYBUILD_TEST_ARGS=-k 'not \
test_ipv4 and not \
test_ipv6'

%:
	dh $@ --buildsystem=pybuild