Antonio Valentino pushed to branch master at Debian GIS Project / pyresample
Commits: b0b446ad by Antonio Valentino at 2025-03-23T12:29:00+00:00 Skip broken tests - - - - - 005dc651 by Antonio Valentino at 2025-03-23T12:29:28+00:00 Set distribution to unstable - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +pyresample (1.33.0-2) unstable; urgency=medium + + * debian/rules: + - Disable tests that are broken on BE architectures. + See https://github.com/pytroll/pyresample/issues/653. + + -- Antonio Valentino <[email protected]> Sun, 23 Mar 2025 12:29:09 +0000 + pyresample (1.33.0-1) unstable; urgency=medium [ Bas Couwenberg ] ===================================== debian/rules ===================================== @@ -15,7 +15,9 @@ and not test_get_sample_from_bil_info_1d \ and not test_to_odc_geobox \ and not test_area_def_cartopy_installed \ and not test_area_repr_w_static_files \ -and not test_area_repr_wo_static_files" \ +and not test_area_repr_wo_static_files \ +and not test_get_sample_from_cached_bil_info \ +and not test_save_and_load_bil_info" \ --pyargs ${PYBUILD_NAME} %: View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/-/compare/ee39360e51d7325db67cbd798b79808fb1a7f0f9...005dc6517de32841bd56517fb3d36e515b285b37 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyresample/-/compare/ee39360e51d7325db67cbd798b79808fb1a7f0f9...005dc6517de32841bd56517fb3d36e515b285b37 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
