Closed karlwessel closed 1 month ago
This seems to be related to the pyqt
version. The latest pyqt
version where all tests pass is v5.10.1. The first release tested where the test fails is v5.11.2.
This seems to be a Problem with GPUObjectCache. If caching of objects is disabled for text the tests pass correctly.
However just increasing the cache size does not seem to help.
Was fixed by PR #14.
Running the tests from
test_text.py
directly withpytest tests/test_text.py
works fine.However when running only
pytest
it fails attest_mathtext_example[png]
because some of the text is rendered as black boxes instead of normal text.This could be caused by some OpenGL context from previous tests influence the others.