File: rules

package info (click to toggle)
docker-pycreds 0.4.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: python: 264; makefile: 6
file content (17 lines) | stat: -rwxr-xr-x 367 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 $@ --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