aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2023-05-22 20:51:14 -0700
committerMicah Lee <micah@micahflee.com>2023-05-22 20:51:14 -0700
commitf41d5587d0c9ddbdc619f25c01656ea4c51f6e14 (patch)
tree1a3aa744028fb72ff2377cea51d5557d4b1d8c7f /.github
parent50aa3a34b6697eb2d14d41ac67143cc268c6bfc5 (diff)
parentc83d7402409057aae73498f390f90c25694a16a3 (diff)
downloadonionshare-f41d5587d0c9ddbdc619f25c01656ea4c51f6e14.tar.gz
onionshare-f41d5587d0c9ddbdc619f25c01656ea4c51f6e14.zip
Merge branch 'main' into update-deps
Diffstat (limited to '.github')
-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