Benjamin Greiner 2023-09-23 09:38:25 +00:00 committed by Git OBS Bridge
parent 868805aa4c
commit d251d91cc1

View File

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