Bas Couwenberg pushed to branch master at Debian GIS Project / python-affine
Commits: f5d5612a by Bas Couwenberg at 2025-12-16T19:57:19+01:00 Make pytest output verbose. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -3,10 +3,10 @@ python-affine (2.4.0-3) UNRELEASED; urgency=medium * Team upload. * Bump Standards-Version to 4.7.2, no changes. * Update lintian overrides. - * Enable verbose pytest output. * Drop Rules-Requires-Root: no, default since dpkg 1.22.13. * Use test-build-validate-cleanup instead of test-build-twice. * Annotate build dependencies with nocheck. + * Make pytest output verbose. -- Bas Couwenberg <[email protected]> Thu, 20 Mar 2025 06:19:48 +0100 ===================================== debian/rules ===================================== @@ -2,9 +2,9 @@ export PYBUILD_NAME=affine ifeq ($(PYBUILD_AUTOPKGTEST),1) -export PYBUILD_TEST_ARGS=-vv --pyargs ${PYBUILD_NAME} +export PYBUILD_TEST_ARGS=-v --pyargs ${PYBUILD_NAME} else -export PYBUILD_TEST_ARGS=-vv +export PYBUILD_TEST_ARGS=-v endif %: View it on GitLab: https://salsa.debian.org/debian-gis-team/python-affine/-/commit/f5d5612ae02b6c3fc880f23c79049b118e71f476 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-affine/-/commit/f5d5612ae02b6c3fc880f23c79049b118e71f476 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
