Skip to content

Commit

Permalink
python3Packages.rio-tiler: mark broken
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Nov 30, 2024
1 parent e79d2ff commit 55dda6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/rio-tiler/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}

0 comments on commit 55dda6c

Please sign in to comment.