mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
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:
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"
|
||||
|
Loading…
Reference in New Issue
Block a user