nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.fontbakery: disable broken tests

jopejoe1 e22b26d7 7eba2c84

+9
+9
pkgs/development/python-modules/fontbakery/default.nix
··· 141 141 "test_check_cjk_vertical_metrics" 142 142 "test_check_cjk_vertical_metrics_regressions" 143 143 "test_check_fontbakery_version_live_apis" 144 + "test_command_check_googlefonts" 144 145 # AssertionError 145 146 "test_check_shape_languages" 147 + "test_command_config_file" 148 + "test_config_override" 149 + ]; 150 + 151 + disabledTestPaths = [ 152 + # ValueError: Check 'googlefonts/glyphsets/shape_languages' not found 153 + "tests/test_checks_filesize.py" 154 + "tests/test_checks_googlefonts_overrides.py" 146 155 ]; 147 156 148 157 postInstall = ''