python3Packages.fiona: unbreak build

This commit is contained in:
Robert T. McGibbon 2020-12-29 15:48:29 -05:00
parent 76a7064097
commit 7b90b3737f

View file

@ -41,9 +41,7 @@ buildPythonPackage rec {
checkPhase = ''
rm -r fiona # prevent importing local fiona
# Some tests access network, others test packaging
pytest -k "not test_*_http \
and not test_*_https \
and not test_*_wheel"
pytest -k "not (http or https or wheel)"
'';
meta = with lib; {