ManimCommunity / ManimPango

Binding for Pango, to use with Manim.
https://manimpango.manim.community
MIT License
43 stars 12 forks source link

test_colors and test_markup_style fail when run in a clean environment #110

Open Groctel opened 1 month ago

Groctel commented 1 month ago

I have a script that runs tests for this package before uploading update to the AUR. The two tests mentioned in the title fail when run in this clean environment. Here's a full log of a run of the script displaying the failure: manimpango-log.txt.

I've found issues with other packages that depend on X11 and would fail in my Wayland desktop or in the script, which doesn't support either. Could it be that, like in that case, the SVG processing routines are being leveraged on some system dependency that behaves differently depending on the environment?

Another hypothesis is that there's a version mismatch in some dependency, but I am able to run the tests successfully after updating in my host machine, so I would discard that.

Do you have any idea what could be causing this?

naveen521kk commented 2 days ago

I don't have any idea why this could be happening. My guess would be an old version of Cairo - maybe try updating it?