python-numpy/s390x.patch
Tomáš Chvátal 9e0ee404c8 Accepting request 818513 from home:alarrosa:branches:devel:languages:python:numeric
- Update to version 1.19.0:
  * #8255: ENH: add identity kwarg to frompyfunc
  * #12646: TST: check exception details in refguide_check.py
  * #13421: ENH: improve runtime detection of CPU features
  * #14326: TST: Add assert_array_equal test for big integer arrays.
  * #14376: MAINT: Remove unnecessary 'from __future__ import ...'
    statements
  * #14530: MAINT: Fix typos and copy edit NEP-0030.
  * #14546: DOC: NumPy for absolute beginners tutorial
  * #14715: NEP: Proposal for array creation dispatching with
    __array_function__
  * #14867: ENH: Use AVX-512F for np.maximum and np.minimum
  * #14924: BUG: Fix numpy.random.dirichlet returns NaN for small
    'alpha'...
  * #14933: API: Use ResultType in PyArray_ConvertToCommonType
  * #14942: MAINT,API: ignore and NULL fasttake/fastputmask ArrFuncs
    slots
  * #14981: BUG: Make ediff1d kwarg casting consistent
  * #14988: DOC: linalg: Include information about scipy.linalg.
  * #14995: BUG: Use __array__ during dimension discovery
  * #15011: MAINT: cleanup compat.py3k.py
  * #15022: ENH: f2py: improve error messages
  * #15028: [DOC] LaTeX: fix preamble (closes #15026)
  * #15035: BUG: add endfunction, endsubroutine to valid fortran
    end words
  * #15040: TST: Add test for object method (and general unary)
    loops
  * #15042: REL: Update master after 1.18.x branch.
  * #15043: DOC: Update HOWTO_RELEASE.rst.txt
  * #15046: API, DOC: change names to multivariate_hypergeometric,

OBS-URL: https://build.opensuse.org/request/show/818513
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=68
2020-07-08 06:57:07 +00:00

21 lines
748 B
Diff

Index: numpy-1.16.4/numpy/f2py/tests/test_return_character.py
===================================================================
--- numpy-1.16.4.orig/numpy/f2py/tests/test_return_character.py
+++ numpy-1.16.4/numpy/f2py/tests/test_return_character.py
@@ -32,6 +32,7 @@ class TestReturnCharacter(util.F2PyTest)
raise NotImplementedError
+@pytest.mark.skip(reason="Test broken on s390x")
class TestF77ReturnCharacter(TestReturnCharacter):
code = """
function t0(value)
@@ -87,6 +88,7 @@ cf2py intent(out) ts
self.check_function(getattr(self.module, name), name)
+@pytest.mark.skip(reason="Test broken on s390x")
class TestF90ReturnCharacter(TestReturnCharacter):
suffix = ".f90"
code = """