mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
py312 rc tests
This commit is contained in:
parent
9921011742
commit
b8f86a618f
@ -100,6 +100,19 @@ test-3.11-core:
|
|||||||
path: coverage.xml
|
path: coverage.xml
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
|
test-3.12-core:
|
||||||
|
<<: *only-default
|
||||||
|
image: python:3.12-rc-bullseye
|
||||||
|
script:
|
||||||
|
- tox -e py312-core
|
||||||
|
artifacts:
|
||||||
|
when: always
|
||||||
|
reports:
|
||||||
|
coverage_report:
|
||||||
|
coverage_format: cobertura
|
||||||
|
path: coverage.xml
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
test-3.8-all:
|
test-3.8-all:
|
||||||
<<: *only-default
|
<<: *only-default
|
||||||
image: python:3.8-bullseye
|
image: python:3.8-bullseye
|
||||||
@ -149,6 +162,19 @@ test-3.11-all:
|
|||||||
path: coverage.xml
|
path: coverage.xml
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
|
test-3.12-all:
|
||||||
|
<<: *only-default
|
||||||
|
image: python:3.12-rc-bullseye
|
||||||
|
script:
|
||||||
|
- tox -e py312-all
|
||||||
|
artifacts:
|
||||||
|
when: always
|
||||||
|
reports:
|
||||||
|
coverage_report:
|
||||||
|
coverage_format: cobertura
|
||||||
|
path: coverage.xml
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
build-test:
|
build-test:
|
||||||
stage: test
|
stage: test
|
||||||
image: python:3.10-bullseye
|
image: python:3.10-bullseye
|
||||||
|
Loading…
x
Reference in New Issue
Block a user