Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Odoo scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Odoo scripts
Merge requests
!154
python 3.10 and 3.11 are in fkrull/multi-python
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
python 3.10 and 3.11 are in fkrull/multi-python
topic/default/fastertests
into
branch/default
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Vincent Hatakeyama
requested to merge
topic/default/fastertests
into
branch/default
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
branch/default
version 3
3dbe5c58
2 years ago
version 2
b5fc29a5
2 years ago
version 1
b5fc29a5
2 years ago
branch/default (base)
and
latest version
latest version
3dbe5c58
1 commit,
2 years ago
version 3
3dbe5c58
2 commits,
2 years ago
version 2
b5fc29a5
2 commits,
2 years ago
version 1
b5fc29a5
3 commits,
2 years ago
1 file
+
1
−
18
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
1
−
18
Options
@@ -41,7 +41,7 @@ unittest:
stage
:
test
image
:
fkrull/multi-python
script
:
-
tox --workdir=.cache/tox --parallel all -e py36,py37,py38,py39,coverage-report,coverage-xml
-
tox --workdir=.cache/tox --parallel all -e py36,py37,py38,py39,
py310,py311,
coverage-report,coverage-xml
artifacts
:
when
:
always
reports
:
@@ -58,22 +58,6 @@ unittest:
variables
:
PIP_CACHE_DIR
:
$CI_PROJECT_DIR/.cache/pip
unittest-py310
:
extends
:
unittest
image
:
python:3.10-alpine
before_script
:
# mercurial is needed so setuptools-scm does not crash when running hg to get the version number
-
apk add git mercurial
-
python3 -m pip install tox
script
:
-
tox --workdir=.cache/tox -e py310,coverage-report,coverage-xml
unittest-py311
:
extends
:
unittest-py310
image
:
python:3.11-alpine
script
:
-
tox --workdir=.cache/tox -e py311,coverage-report,coverage-xml
import_jsonrpc_odoo11_test
:
stage
:
test
needs
:
[]
@@ -184,7 +168,6 @@ publish:
-
job
:
import_jsonrpc_odoo13_test
-
job
:
import_base_import_odoo11_test
-
job
:
unittest
-
job
:
unittest-py310
variables
:
TAG_LATEST
:
branch/default
script
:
Loading