summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2021-11-13 14:31:18 +0000
committerRobert Scott <code@humanleg.org.uk>2021-11-13 15:04:08 +0000
commit001ac664326deb3adf6b432e0f85ded816f9263d (patch)
tree40254141e8742e04ee99c12585e9f7eb49246325 /pkgs
parent9730df15c36722127614e0047f319ed2b575df6b (diff)
python3Packages.fiona: skip some tests failing on aarch64
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/fiona/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/fiona/default.nix b/pkgs/development/python-modules/fiona/default.nix
index 987a8ca6209e..0c1a3bd2c651 100644
--- a/pkgs/development/python-modules/fiona/default.nix
+++ b/pkgs/development/python-modules/fiona/default.nix
@@ -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; {