[Git][debian-gis-team/satpy][master] Skip tests requiring the unavailable dask-image
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sat Jul 8 18:44:59 BST 2023
Antonio Valentino pushed to branch master at Debian GIS Project / satpy
Commits:
ccf05627 by Antonio Valentino at 2023-07-08T17:44:40+00:00
Skip tests requiring the unavailable dask-image
- - - - -
2 changed files:
- debian/rules
- debian/tests/python3
Changes:
=====================================
debian/rules
=====================================
@@ -26,7 +26,8 @@ export PYBUILD_TEST_ARGS=-k \
and not test_distributed\
and not test_rayleigh_corrector\
and not test_rayleigh_with_angles\
- and not test_float_write_with_unit_conversion" \
+ and not test_float_write_with_unit_conversion \
+ and not test_median" \
--ignore=satpy/tests/reader_tests/test_insat3d_img_l1b_h5.py \
--ignore=satpy/tests/reader_tests/gms/test_gms5_vissr_l1b.py \
--ignore=satpy/tests/reader_tests/gms/test_gms5_vissr_navigation.py
=====================================
debian/tests/python3
=====================================
@@ -32,7 +32,8 @@ and not test_distributed \
and not test_rayleigh_corrector \
and not test_rayleigh_with_angles \
and not test_float_write_with_unit_conversion \
-and not test_aggregate" \
+and not test_aggregate \
+and not test_median" \
--ignore=/usr/lib/python3/dist-packages/satpy/tests/reader_tests/test_insat3d_img_l1b_h5.py \
--ignore=/usr/lib/python3/dist-packages/satpy/tests/reader_tests/gms/test_gms5_vissr_l1b.py \
--ignore=/usr/lib/python3/dist-packages/satpy/tests/reader_tests/gms/test_gms5_vissr_navigation.py 2>&1
View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/-/commit/ccf0562705a1d73671f9158dba4c92c184c85988
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/-/commit/ccf0562705a1d73671f9158dba4c92c184c85988
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/20230708/985529d1/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list