pythonPackages.weasyprint: disable test
Needs an extra font for that test
This commit is contained in:
parent
cedb0ecf4d
commit
6d71209af3
@ -26,10 +26,10 @@ buildPythonPackage rec {
|
||||
version = "50";
|
||||
disabled = !isPy3k;
|
||||
|
||||
# ignore failing test cases
|
||||
# excluded test needs the Ahem font
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
pytest -k 'not test_table_vertical_align and not test_text_overflow_ellipsis and not test_text_overflow_clip'
|
||||
pytest -k 'not test_font_stretch'
|
||||
runHook postCheck
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user