Merge pull request #1567 from onionshare/fix-tests

Fix tests
This commit is contained in:
Micah Lee 2022-03-29 08:54:50 -07:00 committed by GitHub
commit 9c61c46ea8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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