python3Packages.rasterio: disable tests failing with latest gdal version

This commit is contained in:
Ivan Mincik
2024-06-12 11:05:23 +02:00
parent 06c9d396bd
commit e18cf4f3cb
@@ -99,6 +99,12 @@ buildPythonPackage rec {
disabledTests = [
# flaky
"test_outer_boundless_pixel_fidelity"
# Failing with GDAL 3.9.
# Fixed in https://github.com/rasterio/rasterio/commit/24d0845e576158217f6541c3c81b163d873a994d
# Re-enable in next rasterio update.
"test_create_sidecar_mask"
"test_update_tags"
] ++ lib.optionals stdenv.isDarwin [ "test_reproject_error_propagation" ];
pythonImportsCheck = [ "rasterio" ];