fix(ci): set QT_QPA_PLATFORM=offscreen for headless PyQt6 tests

This commit is contained in:
Artem Akymenko
2026-07-08 17:36:59 +00:00
parent a3c3462348
commit 6f02fda41c
+2
View File
@@ -49,4 +49,6 @@ jobs:
python -m pip install .[dev]
- name: Run tests
env:
QT_QPA_PLATFORM: offscreen
run: pytest tests/ -v --tb=short