From 031ef8687178faea277b1b4c92f5ea0a5fcba526 Mon Sep 17 00:00:00 2001
From: Oscar Gustafsson <oscar.gustafsson@gmail.com>
Date: Thu, 14 Sep 2023 11:55:13 +0200
Subject: [PATCH] Add pytest-xvfb

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 91abc39..189c7cb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,7 +34,7 @@ before_script:
   - pip install virtualenv
   - virtualenv venv
   - source venv/bin/activate
-  - pip install --upgrade pytest pytest-cov pyqt5 pytest-qt
+  - pip install --upgrade pytest pytest-cov pyqt5 pytest-qt pytest-xvfb
   - python -m pip install .
 
 .run-test:
@@ -60,7 +60,7 @@ run-doc-test:
   image: python:3.10
   stage: test
   script:
-    - pip install --upgrade numpydoc sphinx furo
+    - pip install --upgrade numpydoc sphinx furo pyqt5
     - sphinx-build -b html docs public
 
 pages:
-- 
GitLab