- 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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user