File: rules

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

export PYBUILD_NAME=msrestazure

export PYBUILD_BEFORE_TEST=cp -r $(CURDIR)/tests {build_dir}
export PYBUILD_AFTER_TEST=rm -r {build_dir}/tests

# The non-slow tests use httpretty to fake external requests
export PYBUILD_TEST_ARGS=-k 'not slow'
export http_proxy=
export https_proxy=

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