From d251d91cc103e10dc1ad9179d311093c84e31aae8ed0fe8d405d697e4eeeb000 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sat, 23 Sep 2023 09:38:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-geopandas?expand=0&rev=10 --- python-geopandas.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-geopandas.spec b/python-geopandas.spec index c4f862b..ed9c1c0 100644 --- a/python-geopandas.spec +++ b/python-geopandas.spec @@ -95,6 +95,9 @@ 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)" +if [ $(getconf LONG_BIT) -eq 32 ]; then + donttest="$donttest or test_explode or test_get_coordinates_parts" +fi %pytest -rsfE -k "not ($donttest)" %endif