File: rules

package info (click to toggle)
python-aioskybell 23.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: python: 1,422; makefile: 22
file content (13 lines) | stat: -rwxr-xr-x 348 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

UPSTREAM_GIT := https://github.com/tkdrob/aioskybell.git
include /usr/share/openstack-pkg-tools/pkgos.make

# Thse 2 unit tests need python3-pytest-freezer, currently not in Debian.
export PYBUILD_TEST_ARGS= -v tests -k 'not test_get_devices and not test_async_refresh_device'

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