From 667e485e2a03bf12d2568bfaf66dae3e8131d8a2637e6754ff9221ba2ed6532f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 25 Jun 2023 19:13:44 +0000 Subject: [PATCH] Accepting request 1094889 from home:StefanBruens:branches:devel:languages:python:numeric - Adapt test exceptions for PPC64 etc., TestFReturnCharacter instead of TestF77ReturnCharacter, TestF90ReturnCharacter OBS-URL: https://build.opensuse.org/request/show/1094889 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=129 --- python-numpy.changes | 6 ++++++ python-numpy.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-numpy.changes b/python-numpy.changes index 83222a6..d9d5fad 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 23 12:23:14 UTC 2023 - Stefan BrĂ¼ns + +- Adapt test exceptions for PPC64 etc., TestFReturnCharacter + instead of TestF77ReturnCharacter, TestF90ReturnCharacter + ------------------------------------------------------------------- Fri May 12 04:22:36 UTC 2023 - Steve Kowalik diff --git a/python-numpy.spec b/python-numpy.spec index 5b20baa..12382d4 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -296,8 +296,7 @@ test_failok+=" or test_ppc64_ibm_double_double128" %endif # these tests fail on big endian gh#numpy/numpy#11831 %ifarch s390x ppc ppc64 -test_failok+=" or TestF77ReturnCharacter" -test_failok+=" or TestF90ReturnCharacter" +test_failok+=" or TestFReturnCharacter" %endif # missing instruction set %ifarch s390x