mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-09 19:27:28 -03:00
Add QT_QPA_PLATFORM=offscreen to GUI tests
This commit is contained in:
parent
a94c7c8f92
commit
5b622b9c17
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue