This commit is contained in:
Miguel Jacq 2025-11-06 14:29:24 +11:00
parent 773afa5464
commit f7903c2cd9
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
2 changed files with 4 additions and 1 deletions

View file

@ -8,7 +8,7 @@ from tests.qt_helpers import AutoResponder
# Force Qt *non-native* file dialog so we can type a filename programmatically.
os.environ.setdefault("QT_FILE_DIALOG_ALWAYS_USE_NATIVE", "0")
# For CI headless runs, set QT_QPA_PLATFORM=offscreen in the CI env
# os.environ.setdefault("QT_QPA_PLATFORM", "offscreen")
os.environ.setdefault("QT_QPA_PLATFORM", "offscreen")
# Make project importable