Merge pull request #145771 from risicle/ris-fiona-skip-aarch64-tests
python3Packages.fiona: skip some tests failing on aarch64
This commit is contained in:
commit
f6a2ed2082
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user