Sync from SUSE:ALP:Source:Standard:1.0 python-h5py revision 5bbefb9a0fb6a5ba61a7086056ebb8d0

This commit is contained in:
Adrian Schröter 2024-09-25 15:53:50 +02:00
parent 0f472cc103
commit 96555c7b05
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 28 08:20:00 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Disable test for ppc64le because of Insufficient precision
bsc#1225381
-------------------------------------------------------------------
Sat Dec 16 19:04:27 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -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