Bas Couwenberg pushed to branch experimental at Debian GIS Project / rasterio
Commits: 816b6e1b by Bas Couwenberg at 2024-09-01T07:28:25+02:00 Ignore test failures on i386. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +rasterio (1.4~b2-1~exp2) UNRELEASED; urgency=medium + + * Ignore test failures on i386. + + -- Bas Couwenberg <[email protected]> Sun, 01 Sep 2024 07:28:19 +0200 + rasterio (1.4~b2-1~exp1) experimental; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -44,7 +44,7 @@ export PYBUILD_TEST_ARGS=--ignore tests/test_env.py \ override_dh_auto_test: # Ignore test failures on problematic architectures only -ifneq (,$(filter $(DEB_BUILD_ARCH),armel mips64el mipsel alpha hppa hurd-i386 i64 kfreebsd-amd64 kfreebsd-i386 riscv64 sh4 sparc64 x32)) +ifneq (,$(filter $(DEB_BUILD_ARCH),armel i386 mips64el mipsel riscv64 alpha hppa hurd-i386 kfreebsd-amd64 kfreebsd-i386 sh4 sparc64 x32)) dh_auto_test || echo "Ignoring test failures" else dh_auto_test View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/commit/816b6e1beb4f589b521253a1e02f3ac5cc19d6c9 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/commit/816b6e1beb4f589b521253a1e02f3ac5cc19d6c9 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
