summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-01-02 16:22:51 +0100
committersternenseemann <sternenseemann@systemli.org>2023-01-02 16:22:51 +0100
commit57b21b39ea0b893d17aa0411c64a85228b3b4b29 (patch)
treee2678378fe52f0a42b2909038b217638038e5182
parente0eca4cefc6ef1efed458ca324402219fee9596b (diff)
downloadnixpkgs-57b21b39ea0b893d17aa0411c64a85228b3b4b29.tar
nixpkgs-57b21b39ea0b893d17aa0411c64a85228b3b4b29.tar.gz
nixpkgs-57b21b39ea0b893d17aa0411c64a85228b3b4b29.tar.bz2
nixpkgs-57b21b39ea0b893d17aa0411c64a85228b3b4b29.tar.lz
nixpkgs-57b21b39ea0b893d17aa0411c64a85228b3b4b29.tar.xz
nixpkgs-57b21b39ea0b893d17aa0411c64a85228b3b4b29.tar.zst
nixpkgs-57b21b39ea0b893d17aa0411c64a85228b3b4b29.zip
python3Packages.afdko: disable test broken by the new year
-rw-r--r--pkgs/development/python-modules/afdko/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/afdko/default.nix b/pkgs/development/python-modules/afdko/default.nix
index 29593503252..739198fa4ae 100644
--- a/pkgs/development/python-modules/afdko/default.nix
+++ b/pkgs/development/python-modules/afdko/default.nix
@@ -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 = {