Some internal issues with PySide6 cause the test suite to crash at random places.
PR #153 contains an attempted workaround, until PySide6 gets fixed upstream.
To repro:
uv virtualenv --python 3.13
uv pip install pyside6
uv run pytest --verbose
This will randomly crash on windows. If more complex tests are added later in the test suite the likelyhood of crashes increases.
Some internal issues with PySide6 cause the test suite to crash at random places.
PR #153 contains an attempted workaround, until PySide6 gets fixed upstream.
To repro:
This will randomly crash on windows. If more complex tests are added later in the test suite the likelyhood of crashes increases.