Bas Couwenberg pushed to branch experimental at Debian GIS Project / fiona
Commits: 3ad490e4 by Bas Couwenberg at 2024-04-17T12:22:18+02:00 Ignore test failures on mips64el. - - - - - 3 changed files: - debian/changelog - debian/rules - + debian/tests/autopkgtest-pkg-pybuild.conf Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +fiona (1.10~b1-1~exp2) UNRELEASED; urgency=medium + + * Ignore test failures on mips64el. + + -- Bas Couwenberg <[email protected]> Wed, 17 Apr 2024 12:22:05 +0200 + fiona (1.10~b1-1~exp1) experimental; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -46,7 +46,7 @@ export PYBUILD_TEST_ARGS=--ignore tests/test_bytescollection.py \ override_dh_auto_test: # Ignore test failures on problematic architectures only -ifneq (,$(filter $(DEB_BUILD_ARCH),hurd-i386 kfreebsd-amd64 kfreebsd-i386 ppc64)) +ifneq (,$(filter $(DEB_BUILD_ARCH),mips64el hurd-i386 kfreebsd-amd64 kfreebsd-i386 ppc64)) dh_auto_test || echo "Ignoring test failures" else dh_auto_test ===================================== debian/tests/autopkgtest-pkg-pybuild.conf ===================================== @@ -0,0 +1 @@ +architecture=!mips64el View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/-/commit/3ad490e4d114cbc13e0b126adf1040d09972988b -- View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/-/commit/3ad490e4d114cbc13e0b126adf1040d09972988b 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
