python3Packages.weasyprint: disabled overly sensitive tab tests

main
Jonathan Ringer 2 years ago committed by Jonathan Ringer
parent bf0f232741
commit d016f26cda
  1. 3
      pkgs/development/python-modules/weasyprint/default.nix

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

Loading…
Cancel
Save