- skip test test_asi8 on 32bit, results in "OverflowError: Python int too large to convert to C long"

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-xarray?expand=0&rev=106
This commit is contained in:
2024-11-24 16:26:44 +00:00
committed by Git OBS Bridge
parent 3c3a610164
commit 0e066ad21b
2 changed files with 25 additions and 23 deletions

View File

@@ -138,6 +138,7 @@ The [io] extra for xarray, N-D labeled arrays and datasets in Python
#
#%description parallel
#The [parallel] extra for xarray, N-D labeled arrays and datasets in Python
%package viz
Summary: The python xarray[viz] extra
Requires: python-matplotlib
@@ -178,7 +179,7 @@ if [ $(getconf LONG_BIT) -eq 32 ]; then
donttest="$donttest or (test_interpolate_chunk_advanced and linear)"
# tests for 64bit types
donttest="$donttest or TestZarrDictStore or TestZarrDirectoryStore or TestZarrWriteEmpty"
donttest="$donttest or test_repr_multiindex or test_array_repr_dtypes_unix"
donttest="$donttest or test_repr_multiindex or test_array_repr_dtypes_unix or test_asi8"
fi
# h5py was built without ROS3 support, can't use ros3 driver
donttest="$donttest or TestH5NetCDFDataRos3Driver"