[Git][debian-gis-team/pyresample][master] 2 commits: Skip broken tests
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sun Mar 23 17:18:07 GMT 2025
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 <antonio.valentino at tiscali.it> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20250323/89accd15/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list