diff --git a/python-xarray.changes b/python-xarray.changes index d4180b7..fcd18a3 100644 --- a/python-xarray.changes +++ b/python-xarray.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 6 12:27:55 UTC 2024 - Ben Greiner + +- Skip another type induced test error on 32-bit + ------------------------------------------------------------------- Sun Nov 24 13:23:43 UTC 2024 - Sebastian Wagner diff --git a/python-xarray.spec b/python-xarray.spec index d325284..a25e0bb 100644 --- a/python-xarray.spec +++ b/python-xarray.spec @@ -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"