Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ewoksdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
ewoksapps
ewoksdata
Commits
1bdfa203
Commit
1bdfa203
authored
10 months ago
by
Wout De Nolf
Browse files
Options
Downloads
Patches
Plain Diff
ignore warnings in every test
parent
417081eb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!80
ignore warnings in every test
Pipeline
#172955
canceled
10 months ago
Stage: test
Stage: style
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-0
12 additions, 0 deletions
.gitlab-ci.yml
with
12 additions
and
0 deletions
.gitlab-ci.yml
+
12
−
0
View file @
1bdfa203
...
...
@@ -9,6 +9,8 @@ variables:
test-3.7
:
extends
:
.test-3.7
variables
:
PYTEST_WARNINGS
:
"
-W
error
${IGNORE_WARNINGS}"
test-3.9-master
:
extends
:
.test-3.9
...
...
@@ -37,21 +39,31 @@ test-3.9-1.11.x:
-
pip install blissrepo/blissdata redis
-
rm -rf blissrepo
-
!reference
[
.test-3.9
,
before_script
]
variables
:
PYTEST_WARNINGS
:
"
-W
error
${IGNORE_WARNINGS}"
test-3.10
:
extends
:
.test-3.10
variables
:
PYTEST_WARNINGS
:
"
-W
error
${IGNORE_WARNINGS}"
test-3.11
:
extends
:
.test-3.11
variables
:
PYTEST_WARNINGS
:
"
-W
error
${IGNORE_WARNINGS}"
build_sdist
:
extends
:
.build_sdist
test_sdist-3.8
:
extends
:
.test_sdist-3.8
variables
:
PYTEST_WARNINGS
:
"
-W
error
${IGNORE_WARNINGS}"
test_sdist-3.8-win
:
extends
:
.test_sdist-3.8-win
variables
:
PYTEST_WARNINGS
:
"
-W
error
${IGNORE_WARNINGS}"
build_doc
:
extends
:
.build_doc
...
...
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