Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simuDAtor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computer Engineering
simuDAtor
Commits
031ef868
Commit
031ef868
authored
1 year ago
by
Oscar Gustafsson
Browse files
Options
Downloads
Patches
Plain Diff
Add pytest-xvfb
parent
9eb3274f
No related branches found
No related tags found
No related merge requests found
Pipeline
#104062
failed
1 year ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
031ef868
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment