- Skip failing test test_api_importable
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=178
This commit is contained in:
parent
9e8139f90c
commit
32cea0c587
@ -2,6 +2,7 @@
|
|||||||
Fri Nov 22 22:33:50 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
Fri Nov 22 22:33:50 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
- Add update-meson-1_5_2.patch (gh#numpy/numpy#27531)
|
- 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 <code@bnavigator.de>
|
Mon Nov 18 17:23:11 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
@ -355,6 +355,8 @@ test_failok+=" or (test_umath and test_fp_noncontiguous)"
|
|||||||
%endif
|
%endif
|
||||||
# The meson command is always on the primary python and wants to import numpy from there
|
# The meson command is always on the primary python and wants to import numpy from there
|
||||||
test_failok+=" or test_limited_api"
|
test_failok+=" or test_limited_api"
|
||||||
|
# gh#numpy/numpy#27531
|
||||||
|
test_failok+=" or test_api_importable"
|
||||||
|
|
||||||
echo "
|
echo "
|
||||||
import sys
|
import sys
|
||||||
|
Loading…
Reference in New Issue
Block a user