Merge branch 'py3.11' into 'master'

Python 3.11 Stable Tests

See merge request allianceauth/allianceauth!1471
This commit is contained in:
Ariel Rin 2022-10-25 02:51:12 +00:00
commit f6c26cf2ec

View File

@ -89,7 +89,7 @@ test-3.10-core:
test-3.11-core: test-3.11-core:
<<: *only-default <<: *only-default
image: python:3.11-rc-bullseye image: python:3.11-bullseye
script: script:
- tox -e py311-core - tox -e py311-core
artifacts: artifacts:
@ -98,7 +98,6 @@ test-3.11-core:
coverage_report: coverage_report:
coverage_format: cobertura coverage_format: cobertura
path: coverage.xml path: coverage.xml
allow_failure: true
test-3.8-all: test-3.8-all:
<<: *only-default <<: *only-default
@ -138,7 +137,7 @@ test-3.10-all:
test-3.11-all: test-3.11-all:
<<: *only-default <<: *only-default
image: python:3.11-rc-bullseye image: python:3.11-bullseye
script: script:
- tox -e py311-all - tox -e py311-all
artifacts: artifacts:
@ -147,7 +146,6 @@ test-3.11-all:
coverage_report: coverage_report:
coverage_format: cobertura coverage_format: cobertura
path: coverage.xml path: coverage.xml
allow_failure: true
build-test: build-test:
stage: test stage: test