Skip to content
Snippets Groups Projects

:rocket: python 3.10 and 3.11 are in fkrull/multi-python

Merged Vincent Hatakeyama requested to merge topic/default/fastertests into branch/default
+ 1
18
@@ -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