Bas Couwenberg pushed to branch master at Debian GIS Project / pyshp
Commits: aa6f2799 by Bas Couwenberg at 2025-12-16T19:56:36+01:00 Make pytest output verbose. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,7 @@ pyshp (3.0.3-2) UNRELEASED; urgency=medium * Team upload. * Annotate build dependencies with nocheck. + * Make pytest output verbose. -- Bas Couwenberg <[email protected]> Mon, 15 Dec 2025 21:10:26 +0100 ===================================== debian/rules ===================================== @@ -6,7 +6,7 @@ export PYBUILD_NAME=pyshp export PYBUILD_TEST_PYTEST=1 -export PYBUILD_TEST_ARGS=-vv -m "not network" +export PYBUILD_TEST_ARGS=-v -m "not network" export PYBUILD_BEFORE_TEST=cp -r {dir}/README.md {dir}/shapefiles {dir}/test_*py {build_dir} export PYBUILD_AFTER_TEST=rm -rf {build_dir}/README.md {build_dir}/shapefiles {build_dir}/test_*py {build_dir}/*.pyc {build_dir}/*.dbf {build_dir}/*.sbn {build_dir}/*.sbx {build_dir}/*.shp {build_dir}/*.shx View it on GitLab: https://salsa.debian.org/debian-gis-team/pyshp/-/commit/aa6f2799b5484f329e15d5696f22889e58a12c5e -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyshp/-/commit/aa6f2799b5484f329e15d5696f22889e58a12c5e 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
