Merge "Test under py312"

This commit is contained in:
Zuul 2024-05-09 20:17:49 +00:00 committed by Gerrit Code Review
commit 47cde0b28b
2 changed files with 20 additions and 0 deletions

View File

@ -144,6 +144,22 @@
bindep_profile: test py311
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:
name: swift-tox-func-py27
parent: swift-tox-base
@ -679,6 +695,8 @@
irrelevant-files: *unittest-irrelevant-files
- swift-tox-py311:
irrelevant-files: *unittest-irrelevant-files
- swift-tox-py312:
irrelevant-files: *unittest-irrelevant-files
# Functional tests
- swift-tox-func-py27:
@ -767,6 +785,7 @@
- swift-tox-py36
- swift-tox-py38
- swift-tox-py311
- swift-tox-py312
- swift-tox-func-py27
- swift-tox-func-encryption-py27
- swift-tox-func-ec-py27

View File

@ -28,6 +28,7 @@ classifier =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[pbr]
skip_authors = True