Bas Couwenberg pushed to branch master at Debian GIS Project / totalopenstation
Commits: 349ac604 by Bas Couwenberg at 2025-12-16T20:02:13+01:00 Make pytest output verbose. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -4,6 +4,7 @@ totalopenstation (0.5.3-2) UNRELEASED; urgency=medium * Update lintian overrides. * Drop Rules-Requires-Root: no, default since dpkg 1.22.13. * Use test-build-validate-cleanup instead of test-build-twice. + * Make pytest output verbose. -- Bas Couwenberg <[email protected]> Fri, 12 Sep 2025 17:51:30 +0200 ===================================== debian/rules ===================================== @@ -5,7 +5,7 @@ export DH_OPTIONS export PYBUILD_BEFORE_TEST=cp -r {dir}/sample_data {build_dir} export PYBUILD_AFTER_TEST=rm -rf {build_dir}/sample_data ifeq ($(PYBUILD_AUTOPKGTEST),1) -export PYBUILD_TEST_ARGS=-vv --pyargs totalopenstation +export PYBUILD_TEST_ARGS=-v --pyargs totalopenstation endif INSTDIR=debian/tmp View it on GitLab: https://salsa.debian.org/debian-gis-team/totalopenstation/-/commit/349ac604ef178ab285f0072ee991ff3f33f99ca7 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/totalopenstation/-/commit/349ac604ef178ab285f0072ee991ff3f33f99ca7 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
