Skip to content
Snippets Groups Projects
Commit 12aa2eb3 authored by Moul's avatar Moul
Browse files

(ci) Introduce tests:3.11 job (#194)

Set default PYTHON_VERSION to 3.11
parent 8bcb9080
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ stages: ...@@ -6,7 +6,7 @@ stages:
variables: variables:
DOCKER_IMAGE: "registry.duniter.org/docker/python3/poetry" DOCKER_IMAGE: "registry.duniter.org/docker/python3/poetry"
PYTHON_VERSION: "3.9" PYTHON_VERSION: "3.11"
image: $DOCKER_IMAGE/$PYTHON_VERSION:latest image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
...@@ -104,6 +104,8 @@ tests:3.8: ...@@ -104,6 +104,8 @@ tests:3.8:
tests:3.9:cov: tests:3.9:cov:
extends: .tests extends: .tests
tags: [redshift] tags: [redshift]
variables:
PYTHON_VERSION: "3.9"
script: script:
- poetry install - poetry install
- poetry run pytest --cov duniterpy --cov-report html:cov_html --cov-report term - poetry run pytest --cov duniterpy --cov-report html:cov_html --cov-report term
...@@ -114,6 +116,9 @@ tests:3.10: ...@@ -114,6 +116,9 @@ tests:3.10:
variables: variables:
PYTHON_VERSION: "3.10" PYTHON_VERSION: "3.10"
tests:3.11:
extends: .tests
release: release:
stage: release stage: release
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment