Bas Couwenberg pushed to branch master at Debian GIS Project / python-shapely
Commits: 7244b5d4 by Bas Couwenberg at 2025-12-16T19:59:16+01:00 Make pytest output verbose. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -5,6 +5,7 @@ python-shapely (2.1.2-2) UNRELEASED; urgency=medium * Drop mips*el from autopkgtest-pkg-pybuild.conf. * Drop -Wno-error=incompatible-pointer-types. * Annotate build dependencies with nocheck. + * Make pytest output verbose. -- Bas Couwenberg <[email protected]> Wed, 01 Oct 2025 08:52:01 +0200 ===================================== debian/rules ===================================== @@ -9,9 +9,9 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all export PYBUILD_NAME=shapely 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 export LC_ALL=C.UTF-8 View it on GitLab: https://salsa.debian.org/debian-gis-team/python-shapely/-/commit/7244b5d4a77b455a69fec42cb31c4e3bd1e4e4d7 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-shapely/-/commit/7244b5d4a77b455a69fec42cb31c4e3bd1e4e4d7 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
