From 40d8c176fca358dbd551b9986e924600d977c16f Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Mon, 11 Nov 2024 21:03:47 -0500 Subject: [PATCH] skip empty point test --- h3ronpy/tests/pandas/test_vector.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/h3ronpy/tests/pandas/test_vector.py b/h3ronpy/tests/pandas/test_vector.py index 89ab846..c7f49bc 100644 --- a/h3ronpy/tests/pandas/test_vector.py +++ b/h3ronpy/tests/pandas/test_vector.py @@ -57,6 +57,9 @@ def test_empty_geometrycollection_omitted(): assert len(df) == 0 +@pytest.mark.skip( + reason="Empty points are unsupported until https://github.com/geoarrow/geoarrow-rs/issues/852 is fixed" +) def test_fail_on_empty_point(): gdf = gpd.GeoDataFrame( {