python3Packages.afdko: skip broken test on aarch64

Reported upstream, hopefully harmless:
https://github.com/adobe-type-tools/afdko/issues/1425
This commit is contained in:
sternenseemann 2021-10-29 14:17:29 +02:00 committed by sterni
parent 462cc7f39c
commit fcda45486c

View File

@ -80,6 +80,10 @@ buildPythonPackage rec {
"test_filename_without_dir" "test_filename_without_dir"
"test_overwrite" "test_overwrite"
"test_options" "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 = { passthru.tests = {