File skip-test.patch of Package python-pyogrio

From bf0228495ecc71b4477550d51f1e863c336a961e Mon Sep 17 00:00:00 2001
From: Pieter Roggemans <pieter.roggemans@gmail.com>
Date: Sat, 28 Sep 2024 17:15:34 +0200
Subject: [PATCH] TST: skip multisurface test with arrow to avoid crash (#479)

---
 pyogrio/tests/test_geopandas_io.py | 4 ++++
 1 file changed, 4 insertions(+)

Index: pyogrio-0.9.0/pyogrio/tests/test_geopandas_io.py
===================================================================
--- pyogrio-0.9.0.orig/pyogrio/tests/test_geopandas_io.py
+++ pyogrio-0.9.0/pyogrio/tests/test_geopandas_io.py
@@ -1674,6 +1674,10 @@ def test_read_invalid_shp(data_dir, use_
 
 def test_read_multisurface(data_dir, use_arrow):
     if use_arrow:
+        # TODO: revisit once https://github.com/geopandas/pyogrio/issues/478
+        # is resolved.
+        pytest.skip("Shapely + GEOS 3.13 crashes in from_wkb for this case")
+
         with pytest.raises(shapely.errors.GEOSException):
             # TODO(Arrow)
             # shapely fails parsing the WKB
openSUSE Build Service is sponsored by