Bas Couwenberg pushed to branch master at Debian GIS Project / python-affine
Commits: f094a83d by Bas Couwenberg at 2025-09-26T18:29:00+02:00 Enable verbose pytest output. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -3,6 +3,7 @@ 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. -- Bas Couwenberg <[email protected]> Thu, 20 Mar 2025 06:19:48 +0100 ===================================== debian/rules ===================================== @@ -3,6 +3,8 @@ export PYBUILD_NAME=affine ifeq ($(PYBUILD_AUTOPKGTEST),1) export PYBUILD_TEST_ARGS=-vv --pyargs ${PYBUILD_NAME} +else +export PYBUILD_TEST_ARGS=-vv endif %: View it on GitLab: https://salsa.debian.org/debian-gis-team/python-affine/-/commit/f094a83d7486055531771a62f3d7660953158443 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-affine/-/commit/f094a83d7486055531771a62f3d7660953158443 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
