python3Packages.weasyprint: disabled overly sensitive tab tests

authored by

Jonathan Ringer and committed by
Jonathan Ringer
d016f26c bf0f2327

+3
+3
pkgs/development/python-modules/weasyprint/default.nix
··· 77 77 disabledTests = [ 78 78 # needs the Ahem font (fails on macOS) 79 79 "test_font_stretch" 80 + # sensitive to sandbox environments 81 + "test_tab_size" 82 + "test_tabulation_character" 80 83 ]; 81 84 82 85 FONTCONFIG_FILE = "${fontconfig.out}/etc/fonts/fonts.conf";