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:
parent
462cc7f39c
commit
fcda45486c
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user