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:
commit
9faec81861
@ -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>
|
||||
|
||||
|
@ -180,6 +180,7 @@ if [ $(getconf LONG_BIT) -eq 32 ]; then
|
||||
# tests for 64bit types
|
||||
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_datatree and TestRepr and test_doc_example)"
|
||||
fi
|
||||
# h5py was built without ROS3 support, can't use ros3 driver
|
||||
donttest="$donttest or TestH5NetCDFDataRos3Driver"
|
||||
|
Loading…
x
Reference in New Issue
Block a user