Skip to content

Commit

Permalink
update test.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
nguynkhn committed Oct 16, 2024
1 parent 4b86287 commit 23fb867
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/python-numpy/test.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
diff -u -r ../cache/tmp-checkout/numpy/_core/tests/test_mem_policy.py ./numpy/_core/tests/test_mem_policy.py
--- ../cache/tmp-checkout/numpy/_core/tests/test_mem_policy.py 2024-09-25 20:21:18.703117205 +0000
+++ ./numpy/_core/tests/test_mem_policy.py 2024-09-25 20:24:40.984240601 +0000
@@ -21,6 +21,8 @@
--- 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')
if IS_WASM:
pytest.skip("Can't build module inside Wasm")
if IS_EDITABLE:
functions = [

0 comments on commit 23fb867

Please sign in to comment.