aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2023-05-22 20:49:34 -0700
committerGitHub <noreply@github.com>2023-05-22 20:49:34 -0700
commitc83d7402409057aae73498f390f90c25694a16a3 (patch)
treecacc54ffe89b2751cf860c495f6bc28ce868f6d4 /.github
parent14fdc1c937296706cbc28ebb06c4883d23c90bed (diff)
parent6a2dd41490021f3d2a3cfa6da4c89da5034447d5 (diff)
downloadonionshare-c83d7402409057aae73498f390f90c25694a16a3.tar.gz
onionshare-c83d7402409057aae73498f390f90c25694a16a3.zip
Merge pull request #1664 from onionshare/python-3.11
Support Python 3.11
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