python3Packages.afdko: Skip broken test on RISC-V (#154209)

See also adobe-type-tools/afdko#1425. Same as in #140650.
This commit is contained in:
Zhaofeng Li
2022-01-10 00:26:34 -05:00
committed by GitHub
parent dd9685f7e8
commit c7babfc4f2
@@ -80,7 +80,7 @@ buildPythonPackage rec {
"test_filename_without_dir"
"test_overwrite"
"test_options"
] ++ lib.optionals stdenv.hostPlatform.isAarch64 [
] ++ lib.optionals (stdenv.hostPlatform.isAarch64 || stdenv.hostPlatform.isRiscV) [
# aarch64-only (?) failure, unknown reason so far
# https://github.com/adobe-type-tools/afdko/issues/1425
"test_spec"