diff --git a/python-fiona.spec b/python-fiona.spec index 2d16480..119dd48 100644 --- a/python-fiona.spec +++ b/python-fiona.spec @@ -78,8 +78,11 @@ export LANG=C.UTF-8 rm -rf fiona # Needed to not load the unbuilt library. +%ifarch aarch64 ppc64le s390x +EXTRA="and not _or_driver_error[DGN]" +%endif # Skip debian tests since we are not on debian -%{pytest} -m "not network and not wheel" -k "not debian" -ra +%{pytest} -m "not network and not wheel" -k "not debian $EXTRA" -ra %files -n python3-%{srcname}