python3Packages.fiona: skip fewer tests

This commit is contained in:
Robert Schütz 2022-02-24 00:21:39 +00:00
parent 3e78470617
commit 949f04eb54

View File

@ -49,14 +49,6 @@ buildPythonPackage rec {
disabledTests = [
# Some tests access network, others test packaging
"http" "https" "wheel"
# Assert not true
"test_no_append_driver_cannot_append"
] ++ lib.optionals stdenv.isAarch64 [
# https://github.com/Toblerity/Fiona/issues/1012 the existence of this
# as a bug hasn't been challenged and other distributors seem to also
# be skipping these tests on aarch64, so this is not unique to nixpkgs.
"test_write_or_driver_error"
"test_append_or_driver_error"
];
meta = with lib; {