Merge pull request #161601 from dotlambda/fiona-tests

python3Packages.fiona: skip fewer tests
This commit is contained in:
Fabian Affolter
2022-02-25 12:41:55 +01:00
committed by GitHub
@@ -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; {