From 997dd0cfd492cb4eedc0837d86e22f5001804ec4a435d707902fdafc79827701 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 22 Nov 2024 23:44:04 +0000 Subject: [PATCH] - Skip failing test test_api_importable OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=178 --- python-numpy.changes | 1 + python-numpy.spec | 2 ++ 2 files changed, 3 insertions(+) diff --git a/python-numpy.changes b/python-numpy.changes index f2f250e..886fdda 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -2,6 +2,7 @@ Fri Nov 22 22:33:50 UTC 2024 - Matej Cepl - Add update-meson-1_5_2.patch (gh#numpy/numpy#27531) +- Skip failing test test_api_importable ------------------------------------------------------------------- Mon Nov 18 17:23:11 UTC 2024 - Ben Greiner diff --git a/python-numpy.spec b/python-numpy.spec index fbbf838..264d0e9 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -355,6 +355,8 @@ test_failok+=" or (test_umath and test_fp_noncontiguous)" %endif # The meson command is always on the primary python and wants to import numpy from there test_failok+=" or test_limited_api" +# gh#numpy/numpy#27531 +test_failok+=" or test_api_importable" echo " import sys