From fc559f77eb553bfb79ae024caf632eb8bd6518881ad525bf93be9e054e4d7270 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 25 Oct 2023 13:51:34 +0000 Subject: [PATCH] Accepting request 1120294 from home:bnavigator:branches:Application:Geo - Skip a test still failing with pandas 2.1.1 * See gh#geopandas/geopandas#2948, gh#geopandas/geopandas#2994, gh#geopandas/geopandas#3038 OBS-URL: https://build.opensuse.org/request/show/1120294 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-geopandas?expand=0&rev=12 --- python-geopandas.changes | 7 +++++++ python-geopandas.spec | 2 ++ 2 files changed, 9 insertions(+) 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