Merge "Update python versions for testing"

This commit is contained in:
Zuul
2025-05-28 18:05:17 +00:00
committed by Gerrit Code Review
2 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
- cinder-mypy
- cinder-tox-bandit-baseline:
voting: false
- openstack-tox-functional-py39:
- openstack-tox-functional-py310:
irrelevant-files: &functional-irrelevant-files
- ^.*\.rst$
- ^cinder/locale/.*$
@@ -23,7 +23,7 @@
- ^doc/.*$
- ^releasenotes/.*$
- ^reno.yaml$
- openstack-tox-functional-py311:
- openstack-tox-functional-py312:
irrelevant-files: *functional-irrelevant-files
- cinder-rally-task:
voting: false

View File

@@ -42,7 +42,7 @@ passenv =
*_proxy
*_PROXY
[testenv:py{3,38,39,310,311,312}]
[testenv:py{3,310,311,312,313}]
# 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,312}]
[testenv:functional-py{3,310,311,312,313}]
install_command = {[testenv:functional]install_command}
setenv =
{[testenv:functional]setenv}