python3Packages.fiona: unbreak build
This commit is contained in:
parent
76a7064097
commit
7b90b3737f
@ -41,9 +41,7 @@ buildPythonPackage rec {
|
|||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
rm -r fiona # prevent importing local fiona
|
rm -r fiona # prevent importing local fiona
|
||||||
# Some tests access network, others test packaging
|
# Some tests access network, others test packaging
|
||||||
pytest -k "not test_*_http \
|
pytest -k "not (http or https or wheel)"
|
||||||
and not test_*_https \
|
|
||||||
and not test_*_wheel"
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user