Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ewoksorange
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
workflow
ewoks
ewoksorange
Merge requests
!61
Draft: Resolve "tests hang on windows"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Resolve "tests hang on windows"
16-test_default_widget-hangs-on-windows
into
main
Overview
0
Commits
1
Pipelines
5
Changes
1
Open
Wout De Nolf
requested to merge
16-test_default_widget-hangs-on-windows
into
main
3 years ago
Overview
0
Commits
1
Pipelines
5
Changes
1
Expand
Closes
#16
0
0
Merge request reports
Compare
main
version 2
0ded0502
3 years ago
version 1
f83584cf
3 years ago
main (HEAD)
and
latest version
latest version
aebbd19d
1 commit,
3 years ago
version 2
0ded0502
1 commit,
3 years ago
version 1
f83584cf
1 commit,
3 years ago
1 file
+
6
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
6
−
0
Options
@@ -52,6 +52,9 @@ test-3.8-oasys:
-
python -m pip list
-
python -m pytest -v .
test-3.8-win
:
extends
:
.test-3.8_glx-win
build_sdist
:
extends
:
.build_sdist
@@ -73,6 +76,9 @@ test_sdist-3.12:
JUPYTER_PLATFORM_DIRS
:
1
PYTEST_WARNINGS
:
"
-W
error
${IGNORE_WARNINGS}"
test_sdist-3.8-win
:
extends
:
.test_sdist-3.8_glx-win
build_doc
:
extends
:
.build_doc
script
:
Loading