File: rules

package info (click to toggle)
python-msrest 0.6.21-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 832 kB
  • sloc: python: 8,599; makefile: 8; sh: 1
file content (11 lines) | stat: -rwxr-xr-x 362 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export PYBUILD_NAME=msrest
export PYBUILD_BEFORE_TEST=cp -r $(CURDIR)/tests {build_dir}
export PYBUILD_AFTER_TEST=rm -r {build_dir}/tests
export PYBUILD_TEST_ARGS=--ignore=tests/asynctests/test_universal_http.py --ignore=tests/asynctests/test_pipeline.py
export http_proxy=
export https_proxy=

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