aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2023-05-22 14:57:31 +1000
committerSaptak S <saptak013@gmail.com>2023-05-22 12:22:19 +0530
commit5b622b9c17a3c15b263c67b058861bf167f2d24e (patch)
treeb71eff6ec9469c846e77d52f8a45ea483de82dee
parenta94c7c8f92a55b180a89510efb865fafd5de176f (diff)
downloadonionshare-5b622b9c17a3c15b263c67b058861bf167f2d24e.tar.gz
onionshare-5b622b9c17a3c15b263c67b058861bf167f2d24e.zip
Add QT_QPA_PLATFORM=offscreen to GUI tests
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 78612a6a..aebfe8eb 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -54,4 +54,4 @@ jobs:
- run: cd desktop && poetry install
- run: |
cd desktop
- QT_DEBUG_PLUGINS=1 xvfb-run poetry run pytest -v ./tests/test_gui_*.py
+ QT_QPA_PLATFORM=offscreen QT_DEBUG_PLUGINS=1 xvfb-run poetry run pytest -v ./tests/test_gui_*.py