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 disabledTests = [ 78 # needs the Ahem font (fails on macOS) 79 "test_font_stretch" 80 ]; 81 82 FONTCONFIG_FILE = "${fontconfig.out}/etc/fonts/fonts.conf";
··· 77 disabledTests = [ 78 # needs the Ahem font (fails on macOS) 79 "test_font_stretch" 80 + # sensitive to sandbox environments 81 + "test_tab_size" 82 + "test_tabulation_character" 83 ]; 84 85 FONTCONFIG_FILE = "${fontconfig.out}/etc/fonts/fonts.conf";