This commit is contained in:
parent
868805aa4c
commit
d251d91cc1
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user