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:
parent
d251d91cc1
commit
fc559f77eb
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user