From 94a1edc8b25af87c7dcd55ba882038156cfb4bff Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 20 Jan 2024 12:08:19 +0100 Subject: [PATCH] python311Packages.ufo2ft: disable failing tests --- pkgs/development/python-modules/ufo2ft/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkgs/development/python-modules/ufo2ft/default.nix b/pkgs/development/python-modules/ufo2ft/default.nix index b53b3bd27a04..6daa54a31e81 100644 --- a/pkgs/development/python-modules/ufo2ft/default.nix +++ b/pkgs/development/python-modules/ufo2ft/default.nix @@ -8,6 +8,7 @@ , fetchPypi , fonttools , pytestCheckHook +, pythonOlder , setuptools-scm , skia-pathops , ufolib2 @@ -18,6 +19,8 @@ buildPythonPackage rec { version = "2.33.4"; pyproject = true; + disabled = pythonOlder "3.8"; + src = fetchPypi { inherit pname version; hash = "sha256-e6p/H1Vub0Ln0VhQvwsVLuD/p8uNG5oCPhfQPCTl1nY="; @@ -50,6 +53,11 @@ buildPythonPackage rec { "test_removeOverlaps_pathops" "test_custom_filters_as_argument" "test_custom_filters_as_argument" + # Some integration tests fail + "test_compileVariableCFF2" + "test_compileVariableTTF" + "test_drop_glyph_names_variable" + "test_drop_glyph_names_variable" ]; pythonImportsCheck = [