File: rules

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

export PYBUILD_NAME=proxmoxer

# Only run tests for https (using requests) and paramiko, not the ones
# with the openssh-backend that requires 'openssh_wrapper', not in debian.
# Also skip test_https_connection, as that is expecting a proxmox server at
# proxmox, which is not going to be available when building the package.
export PYBUILD_TEST_ARGS=tests.https_tests tests.paramiko_tests -e="*test_https_connection"
%:
	dh $@ --with python3 --buildsystem=pybuild --test-nose