mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-07 06:13:03 -04:00
commit
9c61c46ea8
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ workflows:
|
||||||
jobs:
|
jobs:
|
||||||
test-cli:
|
test-cli:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:3.9-bullseye
|
- image: cimg/python:3.9
|
||||||
|
|
||||||
working_directory: ~/repo
|
working_directory: ~/repo
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ jobs:
|
||||||
|
|
||||||
test-gui:
|
test-gui:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:3.9-bullseye
|
- image: cimg/python:3.9
|
||||||
|
|
||||||
working_directory: ~/repo
|
working_directory: ~/repo
|
||||||
|
|
||||||
|
@ -57,4 +57,4 @@ jobs:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
command: |
|
command: |
|
||||||
cd ~/repo/desktop
|
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…
Add table
Add a link
Reference in a new issue