1
0
forked from pool/python-xarray

Accepting request 1228770 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/1228770
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-xarray?expand=0&rev=52
This commit is contained in:
Ana Guerrero 2024-12-08 10:37:12 +00:00 committed by Git OBS Bridge
commit 9faec81861
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 6 12:27:55 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Skip another type induced test error on 32-bit
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 24 13:23:43 UTC 2024 - Sebastian Wagner <sebix@sebix.at> Sun Nov 24 13:23:43 UTC 2024 - Sebastian Wagner <sebix@sebix.at>

View File

@ -180,6 +180,7 @@ if [ $(getconf LONG_BIT) -eq 32 ]; then
# tests for 64bit types # tests for 64bit types
donttest="$donttest or TestZarrDictStore or TestZarrDirectoryStore or TestZarrWriteEmpty" donttest="$donttest or TestZarrDictStore or TestZarrDirectoryStore or TestZarrWriteEmpty"
donttest="$donttest or test_repr_multiindex or test_array_repr_dtypes_unix or test_asi8" donttest="$donttest or test_repr_multiindex or test_array_repr_dtypes_unix or test_asi8"
donttest="$donttest or (test_datatree and TestRepr and test_doc_example)"
fi fi
# h5py was built without ROS3 support, can't use ros3 driver # h5py was built without ROS3 support, can't use ros3 driver
donttest="$donttest or TestH5NetCDFDataRos3Driver" donttest="$donttest or TestH5NetCDFDataRos3Driver"