forked from mirrors/nixpkgs
python310Packages.fiona: disable failing test
This commit is contained in:
parent
50f24d3b97
commit
4a1f0598b2
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue