Skip to content
Snippets Groups Projects
Commit 697a65ed authored by JuniorJPDJ's avatar JuniorJPDJ
Browse files

Make Python 3.10 API tests mandatory

parent 67b970f3
Branches
Tags
No related merge requests found
...@@ -152,7 +152,7 @@ eslint: ...@@ -152,7 +152,7 @@ eslint:
paths: paths:
- front/node_modules - front/node_modules
.test_api: test_api:
interruptible: true interruptible: true
services: services:
- postgres:14 - postgres:14
...@@ -183,23 +183,10 @@ eslint: ...@@ -183,23 +183,10 @@ eslint:
reports: reports:
junit: api/report.xml junit: api/report.xml
cobertura: api/coverage.xml cobertura: api/coverage.xml
parallel:
test_api_3.7: matrix:
extends: .test_api - PY_VER: ["3.7", "3.8", "3.9", "3.10"]
image: $CI_REGISTRY/funkwhale/backend-test-docker:3.7 image: $CI_REGISTRY/funkwhale/backend-test-docker:$PY_VER
test_api_3.8:
extends: .test_api
image: $CI_REGISTRY/funkwhale/backend-test-docker:3.8
test_api_3.9:
extends: .test_api
image: $CI_REGISTRY/funkwhale/backend-test-docker:3.9
test_api_3.10:
extends: .test_api
image: $CI_REGISTRY/funkwhale/backend-test-docker:3.10
allow_failure: true # We do not yet support python 3.10, see #1653
test_front: test_front:
interruptible: true interruptible: true
......
Make Python 3.10 tests in CI mandatory
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment