Turn on qt debugging in CircleCI

This commit is contained in:
Micah Lee 2022-03-28 20:06:07 -07:00
parent 8e7bc98228
commit 582b69e48a
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -55,6 +55,8 @@ jobs:
- run:
name: Run tests
environment:
QT_DEBUG_PLUGINS: 1
command: |
cd ~/repo/desktop
xvfb-run poetry run pytest -v ./tests/test_gui_*.py