From 9f29ae48fda75a49269cb077f619206a8ef10a56 Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Thu, 15 Jan 2026 10:31:01 +0100 Subject: [PATCH] python3Packages.rioxarray: disable failing test_indexing test --- pkgs/development/python-modules/rioxarray/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/rioxarray/default.nix b/pkgs/development/python-modules/rioxarray/default.nix index 5bdd716bd6f9..3abd52840580 100644 --- a/pkgs/development/python-modules/rioxarray/default.nix +++ b/pkgs/development/python-modules/rioxarray/default.nix @@ -56,6 +56,8 @@ buildPythonPackage rec { # Fails with small numerical errors on GDAL 3.11 "test_rasterio_vrt_gcps" "test_reproject__gcps" + # IndexError: range object index out of range (Python 3.13+) + "test_indexing" ] ++ lib.optionals stdenv.hostPlatform.isAarch64 [ # numerical errors