Merge "Update CI for Dalmatian"

This commit is contained in:
Zuul 2024-04-19 16:36:06 +00:00 committed by Gerrit Code Review
commit 83c3e8e0e3
3 changed files with 3 additions and 4 deletions

View File

@ -24,7 +24,7 @@
- ^doc/.*$
- ^releasenotes/.*$
- ^reno.yaml$
- openstack-tox-functional-py310:
- openstack-tox-functional-py311:
irrelevant-files: *functional-irrelevant-files
- cinder-rally-task:
voting: false

View File

@ -16,7 +16,6 @@ classifiers =
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11

View File

@ -42,7 +42,7 @@ passenv =
*_proxy
*_PROXY
[testenv:py{3,38,39,310,311}]
[testenv:py{3,38,39,310,311,312}]
# NOTE: Do not move the constraints from the install_command into deps, as that
# may result in tox using unconstrained/untested dependencies.
# We use "usedevelop = True" for tox jobs (except bindep), so tox does 2
@ -62,7 +62,7 @@ install_command = {[testenv:py3]install_command}
setenv =
OS_TEST_PATH = ./cinder/tests/functional
[testenv:functional-py{3,38,39,310,311}]
[testenv:functional-py{3,38,39,310,311,312}]
install_command = {[testenv:functional]install_command}
setenv =
{[testenv:functional]setenv}