From 23fb86778c89e741e90a38699662e1e81eab4aee Mon Sep 17 00:00:00 2001 From: nguynkhn Date: Wed, 16 Oct 2024 11:45:38 +0700 Subject: [PATCH] update test.patch --- packages/python-numpy/test.patch | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/packages/python-numpy/test.patch b/packages/python-numpy/test.patch index b6331cb596a1217..32c97251cba839f 100644 --- a/packages/python-numpy/test.patch +++ b/packages/python-numpy/test.patch @@ -1,7 +1,6 @@ -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') @@ -9,4 +8,4 @@ diff -u -r ../cache/tmp-checkout/numpy/_core/tests/test_mem_policy.py ./numpy/_c + pytest.skip('link fails on Android') if IS_WASM: pytest.skip("Can't build module inside Wasm") - if IS_EDITABLE: + functions = [ \ No newline at end of file