python3Packages.afdko: disable test broken by the new year
This commit is contained in:
parent
e0eca4cefc
commit
57b21b39ea
1 changed files with 4 additions and 0 deletions
|
@ -91,6 +91,10 @@ buildPythonPackage rec {
|
|||
"test_spec"
|
||||
] ++ lib.optionals (stdenv.hostPlatform.isi686) [
|
||||
"test_type1mm_inputs"
|
||||
] ++ [
|
||||
# No longer succeeds in 2023
|
||||
# https://github.com/adobe-type-tools/afdko/issues/1589
|
||||
"test_ufo_fontinfo_parsing"
|
||||
];
|
||||
|
||||
passthru.tests = {
|
||||
|
|
Loading…
Reference in a new issue