File: rules

package info (click to toggle)
docker-compose 1.29.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,516 kB
  • sloc: python: 25,102; sh: 966; makefile: 49
file content (12 lines) | stat: -rwxr-xr-x 257 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME=docker-compose
%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
	# tests disabled because they require networking

test:
	which pytest || (echo "pytest not found. install python-pytest" ; exit 1)
	pytest tests