File: rules

package info (click to toggle)
docker-pycreds 0.3.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 156 kB
  • sloc: python: 251; makefile: 6
file content (17 lines) | stat: -rwxr-xr-x 382 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export PYBUILD_NAME=dockerpycreds

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

override_dh_auto_test:

# Tests are potentially interactive as they attempt to connect to the user keyring
# therefore only run manually. Necessary dependencies:
# python3-pytest,
# python3-pytest-cov,
# python3-flake8,
# gnome-keyring,
test:
	dh_auto_test --buildsystem=pybuild