summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/afdko
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2023-05-09 00:53:51 +0200
committerPierre Bourdon <delroth@gmail.com>2023-05-09 00:55:53 +0200
commitbe7f4699c24fda4aa186a869510bf7fd7e5e55e0 (patch)
tree0c05764150ba646a3cf463dd6c416206193ff6b1 /pkgs/development/python-modules/afdko
parentacdf962047be84ef217c12f5e5c354dc22de210b (diff)
python3Packages.afdko: disable one more failing test on i686-linux
Diffstat (limited to 'pkgs/development/python-modules/afdko')
-rw-r--r--pkgs/development/python-modules/afdko/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/afdko/default.nix b/pkgs/development/python-modules/afdko/default.nix
index c1413ea565a5..dc14fdf51ac6 100644
--- a/pkgs/development/python-modules/afdko/default.nix
+++ b/pkgs/development/python-modules/afdko/default.nix
@@ -107,6 +107,7 @@ buildPythonPackage rec {
# https://github.com/adobe-type-tools/afdko/issues/1425
"test_spec"
] ++ lib.optionals (stdenv.hostPlatform.isi686) [
+ "test_dump_option"
"test_type1mm_inputs"
];