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