From 55dda6c193a4670a3a15dbe829af64a85fb2aa62 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sat, 30 Nov 2024 15:49:04 -0600 Subject: [PATCH] python3Packages.rio-tiler: mark broken https://github.com/cogeotiff/rio-tiler/issues/769 --- pkgs/development/python-modules/rio-tiler/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/rio-tiler/default.nix b/pkgs/development/python-modules/rio-tiler/default.nix index c488b15fa0168..22fdd998b8c52 100644 --- a/pkgs/development/python-modules/rio-tiler/default.nix +++ b/pkgs/development/python-modules/rio-tiler/default.nix @@ -62,5 +62,8 @@ buildPythonPackage rec { homepage = "https://cogeotiff.github.io/rio-tiler/"; license = licenses.bsd3; maintainers = lib.teams.geospatial.members; + # Tests broken with gdal 3.10 + # https://github.com/cogeotiff/rio-tiler/issues/769 + broken = true; }; }