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
This commit is contained in:
Benjamin Greiner 2023-10-25 13:51:34 +00:00 committed by Git OBS Bridge
parent d251d91cc1
commit fc559f77eb
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Oct 25 13:41:11 UTC 2023 - Ben Greiner <code@bnavigator.de>
- 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 <code@bnavigator.de>

View File

@ -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