File: rules

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

export PYBUILD_NAME=pytest-subprocess

# Exclude tests that need pytest fixtures not available in Debian.
export PYBUILD_TEST_ARGS=--ignore=tests/test_asyncio.py --ignore=tests/test_examples.py --ignore=tests/test_subprocess.py

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

override_dh_installdocs:
	https_proxy='127.0.0.1:9' http_proxy='127.0.0.1:9' sphinx-build -b html docs build/sphinx/html
	dh_installdocs -ppython-pytest-subprocess-doc --doc-main-package=python-pytest-subprocess-doc build/sphinx/html
	dh_installdocs