From e22b26d75434123412e31a98ba0094df86e7a649 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 1 May 2025 21:13:18 +0200 Subject: [PATCH] python3Packages.fontbakery: disable broken tests --- pkgs/development/python-modules/fontbakery/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pkgs/development/python-modules/fontbakery/default.nix b/pkgs/development/python-modules/fontbakery/default.nix index c4130ffe2fdb..e2d2ab0c9218 100644 --- a/pkgs/development/python-modules/fontbakery/default.nix +++ b/pkgs/development/python-modules/fontbakery/default.nix @@ -141,8 +141,17 @@ buildPythonPackage rec { "test_check_cjk_vertical_metrics" "test_check_cjk_vertical_metrics_regressions" "test_check_fontbakery_version_live_apis" + "test_command_check_googlefonts" # AssertionError "test_check_shape_languages" + "test_command_config_file" + "test_config_override" + ]; + + disabledTestPaths = [ + # ValueError: Check 'googlefonts/glyphsets/shape_languages' not found + "tests/test_checks_filesize.py" + "tests/test_checks_googlefonts_overrides.py" ]; postInstall = ''