From fcda45486c94f33ddc9b87f002c60a11b351d38a Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 29 Oct 2021 14:17:29 +0200 Subject: [PATCH] python3Packages.afdko: skip broken test on aarch64 Reported upstream, hopefully harmless: https://github.com/adobe-type-tools/afdko/issues/1425 --- pkgs/development/python-modules/afdko/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/afdko/default.nix b/pkgs/development/python-modules/afdko/default.nix index d9610e9b9274..d0de050c86f9 100644 --- a/pkgs/development/python-modules/afdko/default.nix +++ b/pkgs/development/python-modules/afdko/default.nix @@ -80,6 +80,10 @@ buildPythonPackage rec { "test_filename_without_dir" "test_overwrite" "test_options" + ] ++ lib.optionals stdenv.hostPlatform.isAarch64 [ + # aarch64-only (?) failure, unknown reason so far + # https://github.com/adobe-type-tools/afdko/issues/1425 + "test_spec" ]; passthru.tests = {