diff --git a/python-rasterio.spec b/python-rasterio.spec index ff69ba2..bb993d5 100644 --- a/python-rasterio.spec +++ b/python-rasterio.spec @@ -67,9 +67,12 @@ Requires: python3-snuggs >= 1.4.1 %check rm -r %{srcname} # Don't try unbuilt copy. +# Skip tests on s390x, GEOS is broken on that arch and results in test failures +%ifnarch s390x # test_outer_boundless_pixel_fidelity is very flaky, so skip it. PYTHONPATH="%{buildroot}%{python3_sitearch}" \ pytest-3 -v -m 'not network and not wheel' -k 'not test_outer_boundless_pixel_fidelity' +%endif %files -n python3-%{srcname}