diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c0b9ea4377560f74a66139bafb353c0ba840346a_LmdpdGxhYi1jaS55bWw=..3dbe5c58a309c0d4802252cacc37b11add192447_LmdpdGxhYi1jaS55bWw= 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ 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 @@ 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 @@ - job: import_jsonrpc_odoo13_test - job: import_base_import_odoo11_test - job: unittest - - job: unittest-py310 variables: TAG_LATEST: branch/default script: