python3Packages.weasyprint: disabled overly sensitive tab tests

This commit is contained in:
Jonathan Ringer 2022-01-13 14:51:22 -08:00 committed by Jonathan Ringer
parent bf0f232741
commit d016f26cda

View File

@ -77,6 +77,9 @@ buildPythonPackage rec {
disabledTests = [ disabledTests = [
# needs the Ahem font (fails on macOS) # needs the Ahem font (fails on macOS)
"test_font_stretch" "test_font_stretch"
# sensitive to sandbox environments
"test_tab_size"
"test_tabulation_character"
]; ];
FONTCONFIG_FILE = "${fontconfig.out}/etc/fonts/fonts.conf"; FONTCONFIG_FILE = "${fontconfig.out}/etc/fonts/fonts.conf";