Skip to content
Snippets Groups Projects
Commit 031ef868 authored by Oscar Gustafsson's avatar Oscar Gustafsson
Browse files

Add pytest-xvfb

parent 9eb3274f
No related branches found
No related tags found
No related merge requests found
Pipeline #104062 failed
...@@ -34,7 +34,7 @@ before_script: ...@@ -34,7 +34,7 @@ before_script:
- pip install virtualenv - pip install virtualenv
- virtualenv venv - virtualenv venv
- source venv/bin/activate - 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 . - python -m pip install .
.run-test: .run-test:
...@@ -60,7 +60,7 @@ run-doc-test: ...@@ -60,7 +60,7 @@ run-doc-test:
image: python:3.10 image: python:3.10
stage: test stage: test
script: script:
- pip install --upgrade numpydoc sphinx furo - pip install --upgrade numpydoc sphinx furo pyqt5
- sphinx-build -b html docs public - sphinx-build -b html docs public
pages: pages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment