Antonio Valentino pushed to branch master at Debian GIS Project / xarray-safe-rcm
Commits: 2d88f475 by Antonio Valentino at 2026-02-04T23:23:24+00:00 Do not install test artifacts - - - - - cec8d670 by Antonio Valentino at 2026-02-04T23:24:02+00:00 Re-enable all tests - - - - - 5e4fc1e5 by Antonio Valentino at 2026-02-04T23:24:05+00:00 Set distribution to unstable - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +xarray-safe-rcm (2026.01.0-2) unstable; urgency=medium + + * debian/rules: + - Do not install test artifacts (Closes: #1126454). + - Re-enable all tests. + + -- Antonio Valentino <[email protected]> Wed, 04 Feb 2026 23:12:38 +0000 + xarray-safe-rcm (2026.01.0-1) unstable; urgency=medium [ Bas Couwenberg ] ===================================== debian/rules ===================================== @@ -1,7 +1,8 @@ #! /usr/bin/make -f export PYBUILD_NAME=safe_rcm -export PYBUILD_TEST_ARGS=-k "not test_strip_namespaces" --pyargs ${PYBUILD_NAME} +export PYBUILD_TEST_ARGS=--pyargs ${PYBUILD_NAME} +export PYBUILD_AFTER_TEST=${RM} -r {build_dir}/memory {build_dir}/.hypothesis %: dh $@ --buildsystem=pybuild View it on GitLab: https://salsa.debian.org/debian-gis-team/xarray-safe-rcm/-/compare/19c2bb71a7c045862491a1556c288eb1fff29353...5e4fc1e563cd45eaaaf01d38dda79ee2af8ece7b -- View it on GitLab: https://salsa.debian.org/debian-gis-team/xarray-safe-rcm/-/compare/19c2bb71a7c045862491a1556c288eb1fff29353...5e4fc1e563cd45eaaaf01d38dda79ee2af8ece7b 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
