summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/afdko
diff options
context:
space:
mode:
authormisuzu <bakalolka@gmail.com>2022-06-12 16:46:14 +0300
committerGitHub <noreply@github.com>2022-06-12 09:46:14 -0400
commitf78374bfa5f0535f80dc5b0c8bf62072661381c4 (patch)
treebd76a636c5d81ce02595961ddd50a566bba87f72 /pkgs/development/python-modules/afdko
parent324df04b67cf92017138a13737e7500e67060eb0 (diff)
python3Packages.afdko: skip broken test on armv7l (#177400)
Diffstat (limited to 'pkgs/development/python-modules/afdko')
-rw-r--r--pkgs/development/python-modules/afdko/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/afdko/default.nix b/pkgs/development/python-modules/afdko/default.nix
index c9cbd16fc0a6..613ee89f276e 100644
--- a/pkgs/development/python-modules/afdko/default.nix
+++ b/pkgs/development/python-modules/afdko/default.nix
@@ -81,8 +81,8 @@ buildPythonPackage rec {
"test_filename_without_dir"
"test_overwrite"
"test_options"
- ] ++ lib.optionals (stdenv.hostPlatform.isAarch64 || stdenv.hostPlatform.isRiscV) [
- # aarch64-only (?) failure, unknown reason so far
+ ] ++ lib.optionals (stdenv.hostPlatform.isAarch32 || stdenv.hostPlatform.isAarch64 || stdenv.hostPlatform.isRiscV) [
+ # unknown reason so far
# https://github.com/adobe-type-tools/afdko/issues/1425
"test_spec"
] ++ lib.optionals (stdenv.hostPlatform.isi686) [