Merge pull request #145771 from risicle/ris-fiona-skip-aarch64-tests

python3Packages.fiona: skip some tests failing on aarch64
This commit is contained in:
Robert Scott 2021-11-13 17:15:47 +00:00 committed by GitHub
commit f6a2ed2082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,12 @@ buildPythonPackage rec {
"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; {