Merge "Test under py312"
This commit is contained in:
commit
47cde0b28b
19
.zuul.yaml
19
.zuul.yaml
@ -144,6 +144,22 @@
|
|||||||
bindep_profile: test py311
|
bindep_profile: test py311
|
||||||
python_version: '3.11'
|
python_version: '3.11'
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: swift-tox-py312
|
||||||
|
parent: swift-tox-base
|
||||||
|
nodeset: debian-bookworm
|
||||||
|
description: |
|
||||||
|
Run unit-tests for swift under cPython version 3.12.
|
||||||
|
|
||||||
|
Uses tox with the ``py312`` environment.
|
||||||
|
It sets TMPDIR to an XFS mount point created via
|
||||||
|
tools/test-setup.sh.
|
||||||
|
vars:
|
||||||
|
tox_envlist: py312
|
||||||
|
bindep_profile: test py312
|
||||||
|
python_use_pyenv: True
|
||||||
|
python_version: '3.12'
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: swift-tox-func-py27
|
name: swift-tox-func-py27
|
||||||
parent: swift-tox-base
|
parent: swift-tox-base
|
||||||
@ -679,6 +695,8 @@
|
|||||||
irrelevant-files: *unittest-irrelevant-files
|
irrelevant-files: *unittest-irrelevant-files
|
||||||
- swift-tox-py311:
|
- swift-tox-py311:
|
||||||
irrelevant-files: *unittest-irrelevant-files
|
irrelevant-files: *unittest-irrelevant-files
|
||||||
|
- swift-tox-py312:
|
||||||
|
irrelevant-files: *unittest-irrelevant-files
|
||||||
|
|
||||||
# Functional tests
|
# Functional tests
|
||||||
- swift-tox-func-py27:
|
- swift-tox-func-py27:
|
||||||
@ -767,6 +785,7 @@
|
|||||||
- swift-tox-py36
|
- swift-tox-py36
|
||||||
- swift-tox-py38
|
- swift-tox-py38
|
||||||
- swift-tox-py311
|
- swift-tox-py311
|
||||||
|
- swift-tox-py312
|
||||||
- swift-tox-func-py27
|
- swift-tox-func-py27
|
||||||
- swift-tox-func-encryption-py27
|
- swift-tox-func-encryption-py27
|
||||||
- swift-tox-func-ec-py27
|
- swift-tox-func-ec-py27
|
||||||
|
@ -28,6 +28,7 @@ classifier =
|
|||||||
Programming Language :: Python :: 3.9
|
Programming Language :: Python :: 3.9
|
||||||
Programming Language :: Python :: 3.10
|
Programming Language :: Python :: 3.10
|
||||||
Programming Language :: Python :: 3.11
|
Programming Language :: Python :: 3.11
|
||||||
|
Programming Language :: Python :: 3.12
|
||||||
|
|
||||||
[pbr]
|
[pbr]
|
||||||
skip_authors = True
|
skip_authors = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user