Antonio Valentino pushed to branch master at Debian GIS Project / flox
Commits: 8e6bbea2 by Antonio Valentino at 2025-08-18T09:43:06+00:00 Disable tests that are broken on i386 - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,8 @@ flox (0.10.5-1) unstable; urgency=medium * New upstream release. + * debian/rules: + - Disable tests that are broken on i386. -- Antonio Valentino <[email protected]> Mon, 18 Aug 2025 09:06:34 +0000 ===================================== debian/rules ===================================== @@ -21,7 +21,8 @@ and not test_scans \ and not test_ffill_bfill_reverse \ and not test_groupby_preserve_dtype \ and not test_blockwise_avoid_rechunk \ -and not test_first_last" \ +and not test_first_last \ +and not test_cumsum" \ {dir}/tests export PYBUILD_AFTER_INSTALL=rm -rf \ {destdir}/{install_dir}/benchmarks \ View it on GitLab: https://salsa.debian.org/debian-gis-team/flox/-/commit/8e6bbea2cfc2f00da5eabde1d16a0a036eb64fbb -- View it on GitLab: https://salsa.debian.org/debian-gis-team/flox/-/commit/8e6bbea2cfc2f00da5eabde1d16a0a036eb64fbb 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
