diff --git a/python-geopandas.changes b/python-geopandas.changes index aad99e2..241c948 100644 --- a/python-geopandas.changes +++ b/python-geopandas.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Oct 25 13:41:11 UTC 2023 - Ben Greiner + +- Skip a test still failing with pandas 2.1.1 + * See gh#geopandas/geopandas#2948, gh#geopandas/geopandas#2994, + gh#geopandas/geopandas#3038 + ------------------------------------------------------------------- Sat Sep 23 08:43:04 UTC 2023 - Ben Greiner diff --git a/python-geopandas.spec b/python-geopandas.spec index ed9c1c0..8c005b2 100644 --- a/python-geopandas.spec +++ b/python-geopandas.spec @@ -95,6 +95,8 @@ donttest="$donttest or (test_arrow and (test_read_versioned_file or test_read_gd # wrong shapely type donttest="$donttest or (test_geom_methods and test_sample_points_array)" donttest="$donttest or (test_random and test_uniform and geom)" +# https://github.com/geopandas/geopandas/issues/2948, https://github.com/geopandas/geopandas/pull/2994 +donttest="$donttest or (test_pandas_method and test_astype)" if [ $(getconf LONG_BIT) -eq 32 ]; then donttest="$donttest or test_explode or test_get_coordinates_parts" fi