This is an automated email from the ASF dual-hosted git repository.

paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git


The following commit(s) were added to refs/heads/main by this push:
     new 0bb798cf fix(python/sedonadb): Fix failing test on MacOS wheel builds 
(#324)
0bb798cf is described below

commit 0bb798cfb3f4ad8abf59419ab9e60d5a841255c1
Author: Dewey Dunnington <[email protected]>
AuthorDate: Fri Nov 21 07:47:09 2025 -0700

    fix(python/sedonadb): Fix failing test on MacOS wheel builds (#324)
---
 python/sedonadb/tests/functions/test_functions.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/python/sedonadb/tests/functions/test_functions.py 
b/python/sedonadb/tests/functions/test_functions.py
index aec4f153..296f9168 100644
--- a/python/sedonadb/tests/functions/test_functions.py
+++ b/python/sedonadb/tests/functions/test_functions.py
@@ -2231,10 +2231,6 @@ def test_st_makevalid(eng, geom, expected):
             "MULTIPOLYGON(((26 125, 26 200, 126 200, 126 125, 26 125 ),( 51 
150, 101 150, 76 175, 51 150 )),(( 151 100, 151 200, 176 175, 151 100 )))",
             25.0,
         ),
-        (
-            "MULTIPOLYGON(((0.5 0.5,0 0,0 1,0.5 0.5)),((0.5 0.5,1 1,1 0,0.5 
0.5)),((2.5 2.5,2 2,2 3,2.5 2.5)),((2.5 2.5,3 3,3 2,2.5 2.5)))",
-            0.5,
-        ),
         (
             "GEOMETRYCOLLECTION(POINT(1 1),MULTIPOLYGON(((0 2,1 1,0 0,0 
2)),((2 0,1 1,2 2,2 0))))",
             1.0,

Reply via email to