From 96555c7b0591aec9cf5b6f185f23337b6107fc3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 25 Sep 2024 15:53:50 +0200 Subject: [PATCH] Sync from SUSE:ALP:Source:Standard:1.0 python-h5py revision 5bbefb9a0fb6a5ba61a7086056ebb8d0 --- python-h5py.changes | 6 ++++++ python-h5py.spec | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/python-h5py.changes b/python-h5py.changes index 1e01442..20181f9 100644 --- a/python-h5py.changes +++ b/python-h5py.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 28 08:20:00 UTC 2024 - Daniel Garcia + +- Disable test for ppc64le because of Insufficient precision + bsc#1225381 + ------------------------------------------------------------------- Sat Dec 16 19:04:27 UTC 2023 - Dirk Müller diff --git a/python-h5py.spec b/python-h5py.spec index c1c4c07..b3ad9fc 100644 --- a/python-h5py.spec +++ b/python-h5py.spec @@ -113,6 +113,10 @@ donttest="dummytest" # overflow donttest="test_float_round_tripping or test_register_filter" %endif +# Disable test for ppc64le because of Insufficient precision +%ifarch ppc64le +donttest+=" or test_complex256 or test_long_double or test_custom_float_promotion" +%endif %{python_expand # %if %{with mpi} source %{my_bindir}/mpivars.sh