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

See also adobe-type-tools/afdko#1425. Same as in #140650.

authored by

Zhaofeng Li and committed by
GitHub
c7babfc4 dd9685f7

+1 -1
+1 -1
pkgs/development/python-modules/afdko/default.nix
··· 80 "test_filename_without_dir" 81 "test_overwrite" 82 "test_options" 83 - ] ++ lib.optionals stdenv.hostPlatform.isAarch64 [ 84 # aarch64-only (?) failure, unknown reason so far 85 # https://github.com/adobe-type-tools/afdko/issues/1425 86 "test_spec"
··· 80 "test_filename_without_dir" 81 "test_overwrite" 82 "test_options" 83 + ] ++ lib.optionals (stdenv.hostPlatform.isAarch64 || stdenv.hostPlatform.isRiscV) [ 84 # aarch64-only (?) failure, unknown reason so far 85 # https://github.com/adobe-type-tools/afdko/issues/1425 86 "test_spec"