mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 03:37:28 -03:00
commit
9c61c46ea8
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ workflows:
|
|||
jobs:
|
||||
test-cli:
|
||||
docker:
|
||||
- image: circleci/python:3.9-bullseye
|
||||
- image: cimg/python:3.9
|
||||
|
||||
working_directory: ~/repo
|
||||
|
||||
|
@ -37,7 +37,7 @@ jobs:
|
|||
|
||||
test-gui:
|
||||
docker:
|
||||
- image: circleci/python:3.9-bullseye
|
||||
- image: cimg/python:3.9
|
||||
|
||||
working_directory: ~/repo
|
||||
|
||||
|
@ -57,4 +57,4 @@ jobs:
|
|||
name: Run tests
|
||||
command: |
|
||||
cd ~/repo/desktop
|
||||
xvfb-run poetry run pytest -v ./tests/test_gui_*.py
|
||||
QT_DEBUG_PLUGINS=1 xvfb-run poetry run pytest -v ./tests/test_gui_*.py
|
||||
|
|
Loading…
Reference in a new issue