mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.rioxarray: disable failing test_indexing test (#480310)
This commit is contained in:
commit
3e9348ce93
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue