Antonio Valentino pushed to branch master at Debian GIS Project / satpy
Commits: af1a8583 by Antonio Valentino at 2023-11-25T08:29:44+00:00 Depend on python3-pint-xarray - - - - - 29983a9b by Antonio Valentino at 2023-11-25T10:20:49+00:00 tmp - - - - - 76c485d1 by Antonio Valentino at 2023-11-25T10:30:29+00:00 Fix testing for Python 3.12 - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +satpy (0.44.0-2) UNRELEASED; urgency=medium + + * debian/control: + - Add build dependency on python3-pint-xarray. + * debian/rules: + - No longer skip tests requiring python3-pint-xarray. + * debian/rules: + - Re-enable some of the tests previously skipped. + - Skip tests that are broken for Python 3.12 (Closes: 1056527). + + -- Antonio Valentino <[email protected]> Sat, 25 Nov 2023 08:28:22 +0000 + satpy (0.44.0-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -38,6 +38,7 @@ Build-Depends: debhelper-compat (= 13), python3-packaging, python3-pil, python3-pint, + python3-pint-xarray, python3-pooch, python3-pygac, python3-pycoast, ===================================== debian/rules ===================================== @@ -18,32 +18,22 @@ export PYBUILD_AFTER_INSTALL=rm -rf \ {destdir}/{install_dir}/benchmarks \ {destdir}/{install_dir}/dask-worker-space \ {destdir}/{install_dir}/dummy* -export PYBUILD_TEST_ARGS=-k "\ -not test_retrieve \ +export PYBUILD_TEST_ARGS=\ +-k "not test_retrieve \ and not test_offline_retrieve \ and not test_retrieve_all \ and not test_download_script \ -and not test_start_time \ -and not test_end_time \ -and not test_mimic_TPW2_nc \ -and not TestAngleGeneration \ -and not test_get_luts \ -and not test_convert_remote_files_to_fsspec_fsfile \ -and not test_convert_remote_files_to_fsspec_filename_dict \ -and not test_convert_remote_files_to_fsspec_mixed_sources \ -and not test_get_satpos_from_satname \ -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_median \ -and not test_no_downloads_in_tests \ -and not test_colorize_with_interpolation \ -and not test_colorize" \ ---ignore=${TESTDIR}/reader_tests/test_insat3d_img_l1b_h5.py \ ---ignore=${TESTDIR}/reader_tests/gms/test_gms5_vissr_l1b.py \ ---ignore=${TESTDIR}/reader_tests/gms/test_gms5_vissr_navigation.py \ +and not test_convert_remote_files_to_fsspec_fsfile \ +and not test_convert_remote_files_to_fsspec_filename_dict \ +and not test_convert_remote_files_to_fsspec_mixed_sources \ +and not test_resample_reduce_data_toggle \ +and not test_encoding_kwarg \ +and not test_encoding_attribute \ +and not test_write_and_read_file_units \ +and not test_get_min_gray_value_RGB" \ ${TESTDIR} ifneq (,$(filter $(DEB_BUILD_ARCH),armhf)) View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/-/compare/84457a70cbc5edbe240ef536227b7510ffb87406...76c485d19010e1f44d95c8490796952f576dfb15 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/-/compare/84457a70cbc5edbe240ef536227b7510ffb87406...76c485d19010e1f44d95c8490796952f576dfb15 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
