mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
python3Packages.afdko: skip broken test on armv7l (#177400)
This commit is contained in:
parent
324df04b67
commit
f78374bfa5
1 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,8 @@ buildPythonPackage rec {
|
||||||
"test_filename_without_dir"
|
"test_filename_without_dir"
|
||||||
"test_overwrite"
|
"test_overwrite"
|
||||||
"test_options"
|
"test_options"
|
||||||
] ++ lib.optionals (stdenv.hostPlatform.isAarch64 || stdenv.hostPlatform.isRiscV) [
|
] ++ lib.optionals (stdenv.hostPlatform.isAarch32 || stdenv.hostPlatform.isAarch64 || stdenv.hostPlatform.isRiscV) [
|
||||||
# aarch64-only (?) failure, unknown reason so far
|
# unknown reason so far
|
||||||
# https://github.com/adobe-type-tools/afdko/issues/1425
|
# https://github.com/adobe-type-tools/afdko/issues/1425
|
||||||
"test_spec"
|
"test_spec"
|
||||||
] ++ lib.optionals (stdenv.hostPlatform.isi686) [
|
] ++ lib.optionals (stdenv.hostPlatform.isi686) [
|
||||||
|
|
Loading…
Reference in a new issue