Files
termux-packages/packages/python-numpy/test.patch

12 lines
387 B
Diff
Raw Permalink Normal View History

2022-09-17 19:31:02 +08:00
--- a/numpy/core/tests/test_mem_policy.py
+++ b/numpy/core/tests/test_mem_policy.py
@@ -18,6 +18,8 @@
"""
if sys.platform.startswith('cygwin'):
pytest.skip('link fails on cygwin')
+ if os.path.exists("/system/bin/app_process"):
+ pytest.skip('link fails on Android')
2022-12-18 22:55:46 +00:00
if IS_WASM:
pytest.skip("Can't build module inside Wasm")
2022-09-17 19:31:02 +08:00
functions = [