File: rules

package info (click to toggle)
python-pyvmomi 8.0.3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 20,892 kB
  • sloc: python: 15,724; xml: 77; makefile: 4
file content (11 lines) | stat: -rwxr-xr-x 453 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export PYBUILD_DESTDIR_python3=debian/python3-pyvmomi/
# test_ssl_tunnel: https://github.com/vmware/pyvmomi/issues/1085
# test_http_proxy: https://github.com/vmware/pyvmomi/issues/1085, and
#   missing my_key_file and my_cert_file
# test_json: expected output mismatch - possibly due to newer vcrpy version?
export PYBUILD_TEST_ARGS=-k 'not test_ssl_tunnel and not test_http_proxy and not test_json'

%:
	dh $@ --buildsystem=pybuild