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-09 21:26:34 -08:00 committed by GitHub
parent dd9685f7e8
commit c7babfc4f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"