File: rules

package info (click to toggle)
python-sushy-oem-idrac 5.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 452 kB
  • sloc: python: 2,069; makefile: 9; sh: 2
file content (14 lines) | stat: -rwxr-xr-x 374 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

UPSTREAM_GIT := https://github.com/openstack/sushy-oem-idrac.git
include /usr/share/openstack-pkg-tools/pkgos.make

export PYBUILD_TEST_ARGS='sushy_oem_idrac\.tests.*'

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

override_dh_auto_test:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
	pkgos-dh_auto_test --no-py2 'sushy_oem_idrac\.tests.*'
endif