python3Packages.weasyprint: disabled overly sensitive tab tests
This commit is contained in:
parent
bf0f232741
commit
d016f26cda
@ -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…
Reference in New Issue
Block a user