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