pythonPackages.weasyprint: disable test

Needs an extra font for that test
This commit is contained in:
Robin Gloster 2019-09-25 11:44:09 +02:00
parent cedb0ecf4d
commit 6d71209af3
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -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
'';