about summary refs log tree commit diff
path: root/pkgs/development/python-modules/rasterio/default.nix
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2024-06-18 01:29:25 +0200
committerGitHub <noreply@github.com>2024-06-18 01:29:25 +0200
commit52b0100d5bacce3ce68aa2a3879e2f0629f8e32c (patch)
tree9316c0f6694ca4a3c0672c30bdfdeb56666b577b /pkgs/development/python-modules/rasterio/default.nix
parent29c767bb27d955e027d56b5ae8f1b7f8188c28cb (diff)
parent0e012f363ffbb618e8b2ad99e522e90476a765bd (diff)
Merge pull request #311310 from imincik/gdal-3.9.0
gdal: 3.8.5 -> 3.9.0
Diffstat (limited to 'pkgs/development/python-modules/rasterio/default.nix')
-rw-r--r--pkgs/development/python-modules/rasterio/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/rasterio/default.nix b/pkgs/development/python-modules/rasterio/default.nix
index 158394a3b3312..d7ab45fd4732d 100644
--- a/pkgs/development/python-modules/rasterio/default.nix
+++ b/pkgs/development/python-modules/rasterio/default.nix
@@ -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" ];