File: rules

package info (click to toggle)
pytest-runner 6.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 212 kB
  • sloc: python: 321; makefile: 6
file content (14 lines) | stat: -rwxr-xr-x 316 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

export PYBUILD_NAME=pytest-runner

%:
	dh $@ --buildsystem=pybuild

override_dh_installchangelogs:
	dh_installchangelogs CHANGES.rst

override_dh_auto_test:
# Tests require pytest-virtualenv, which isn't in Debian and probably
# couldn't be used during a package build anyway.