I occasionally get issues with passing build tests for python-fontconfig.
from what I could gather I think the following line done not always return the same item, sometimes returning bold versions of dela-vu and leading to failed test.
|
font = fontconfig.FcFont(fonts[0]) |
could it be possible to make the test more explicit to avoid random test failures?
I occasionally get issues with passing build tests for python-fontconfig.
from what I could gather I think the following line done not always return the same item, sometimes returning bold versions of dela-vu and leading to failed test.
python-fontconfig/test/test.py
Line 42 in a0968cf
could it be possible to make the test more explicit to avoid random test failures?