Codebase list podcastparser / f2e3f7f
Use pytest for tests (Closes: #1018438) tony mancill 1 year, 7 months ago
2 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
66 dh-python,
77 dh-sequence-python3,
88 python3-all,
9 python3-nose,
9 python3-pytest,
1010 python3-setuptools,
1111 python3-sphinx
1212 Standards-Version: 4.6.0
1313 (cd doc ; SPHINXOPTS="-D today=\"$(BUILD_DATE)\"" $(MAKE) html)
1414 (cd doc ; SPHINXOPTS="-D today=\"$(BUILD_DATE)\"" $(MAKE) man)
1515 dh_installdocs
16
17 override_dh_auto_test:
18 PYTHON=python3 make test