diff --git a/python-fiona.spec b/python-fiona.spec index 4ecc40f..60bd1d3 100644 --- a/python-fiona.spec +++ b/python-fiona.spec @@ -75,7 +75,7 @@ export LANG=C.UTF-8 rm -rf fiona # Needed to not load the unbuilt library. PYTHONPATH="%{buildroot}%{python3_sitearch}" \ - %{__python3} -m pytest -m "not network" -ra + %{__python3} -m pytest -m "not network and not wheel" -ra %files -n python3-%{srcname}