From f8a04cdfc1053e498ac72a295a4fc48b0aeecd6d Mon Sep 17 00:00:00 2001 From: Noah Fahlgren Date: Thu, 28 Mar 2024 17:09:07 -0500 Subject: [PATCH] Add pytest-xvfb to test environment --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 3ba6889..4d25ad4 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -31,7 +31,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install flake8 pytest pytest-cov pytest-qt ipython + pip install flake8 pytest pytest-cov pytest-qt pytest-xvfb ipython - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names