Skip to content

Commit 583b01e

Browse files
committed
Bump tox-py312 timeout
1 parent 5d6f6d5 commit 583b01e

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

zuul.d/openstack-shadow/openstack-tox.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,20 @@
6767
# job and new tox 4 require some changes in tox.ini to be compatible with it. Let's
6868
# pin tox <4 for stable branches testing (<=(stable|unmaintained)/zed).
6969
ensure_tox_version: '<4'
70+
71+
- job:
72+
name: openstack-tox-py312
73+
parent: openstack-tox
74+
nodeset: ubuntu-noble
75+
timeout: 10800
76+
description: |
77+
78+
Run unit tests for an OpenStack Python project under cPython
79+
version 3.12.
80+
81+
Uses tox with the ``py312`` environment.
82+
irrelevant-files: *common-irrelevant-files
83+
vars:
84+
tox_envlist: py312
85+
bindep_profile: test py312
86+
python_version: '3.12'

0 commit comments

Comments
 (0)