about summary refs log tree commit diff
path: root/pkgs/development/python-modules/afdko
diff options
context:
space:
mode:
authorZhaofeng Li <hello@zhaofeng.li>2022-01-09 21:26:34 -0800
committerGitHub <noreply@github.com>2022-01-10 00:26:34 -0500
commitc7babfc4f25be60c6c806991e593b27e59838d99 (patch)
tree48e96948d5809a593264f6aedeb6aa75c5e0e782 /pkgs/development/python-modules/afdko
parentdd9685f7e8e478b72dec604d08e25613b4524873 (diff)
python3Packages.afdko: Skip broken test on RISC-V (#154209)
See also adobe-type-tools/afdko#1425. Same as in #140650.
Diffstat (limited to 'pkgs/development/python-modules/afdko')
-rw-r--r--pkgs/development/python-modules/afdko/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/afdko/default.nix b/pkgs/development/python-modules/afdko/default.nix
index d0de050c86f97..abe6bad71d9a1 100644
--- a/pkgs/development/python-modules/afdko/default.nix
+++ b/pkgs/development/python-modules/afdko/default.nix
@@ -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"