Bas Couwenberg pushed to branch experimental at Debian GIS Project / rasterio
Commits: 1711d2e5 by Bas Couwenberg at 2025-12-30T10:47:30+01:00 Ignore test failures on armhf. - - - - - 3 changed files: - debian/changelog - debian/rules - debian/tests/autopkgtest-pkg-pybuild.conf Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +rasterio (1.5~rc0-1~exp2) UNRELEASED; urgency=medium + + * Team upload. + * Ignore test failures on armhf. + + -- Bas Couwenberg <[email protected]> Tue, 30 Dec 2025 10:47:18 +0100 + rasterio (1.5~rc0-1~exp1) experimental; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -45,7 +45,7 @@ export PYBUILD_TEST_ARGS=-v \ override_dh_auto_test: # Ignore test failures on problematic architectures only -ifneq (,$(filter $(DEB_BUILD_ARCH),i386 riscv64 alpha hppa hurd-i386 sh4 sparc64 x32)) +ifneq (,$(filter $(DEB_BUILD_ARCH),armhf i386 riscv64 alpha hppa hurd-i386 sh4 sparc64 x32)) dh_auto_test || echo "Ignoring test failures" else dh_auto_test ===================================== debian/tests/autopkgtest-pkg-pybuild.conf ===================================== @@ -1 +1 @@ -architecture=!i386 +architecture=!armhf !i386 !riscv64 View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/commit/1711d2e5a4300aaeb5349c422ffe80154677425a -- View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/commit/1711d2e5a4300aaeb5349c422ffe80154677425a 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
