python310Packages.fiona: disable failing test

This commit is contained in:
Robert Schütz 2022-11-19 15:10:27 -08:00
parent 50f24d3b97
commit 4a1f0598b2

View file

@ -58,6 +58,8 @@ buildPythonPackage rec {
disabledTests = [
# Some tests access network, others test packaging
"http" "https" "wheel"
# https://github.com/Toblerity/Fiona/issues/1164
"test_no_append_driver_cannot_append"
];
meta = with lib; {