Commit 57b21b39 authored by sternenseemann's avatar sternenseemann
Browse files

python3Packages.afdko: disable test broken by the new year

parent e0eca4ce
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 = {