From 582b69e48a628714b1dffd4ab64bbe584628bdd5 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 28 Mar 2022 20:06:07 -0700 Subject: [PATCH] Turn on qt debugging in CircleCI --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f37d7e2a..262c29ba 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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