Compare commits

..

7 Commits

Author SHA1 Message Date
d1213c3c5d Update .gitreview for stable/2026.1
Change-Id: I195b739ffce2c2615a85e0ecaf865275ae28409a
Signed-off-by: OpenStack Release Bot <infra-root@openstack.org>
Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
2026-03-06 16:09:51 +00:00
Zuul
1c776112e9 Merge "Declare Python 3.13 support" 2026-02-04 10:19:16 +00:00
Zuul
8f26fed622 Merge "reno: Update master for unmaintained/2024.1" 2026-02-04 10:03:45 +00:00
Zuul
de6fcfa027 Merge "[tox] remove DEVSTACK_VENV variable" 2026-01-30 12:21:26 +00:00
Jaromir Wysoglad
f97ad45e67 [tox] remove DEVSTACK_VENV variable
This variable seems to be unused (grepping for it returns
only results from tox.ini, which are getting deleted here).

Looking at the PS where it got introduced
https://review.opendev.org/c/openstack/python-cloudkittyclient/+/893046
it seems like it was supposed to be used in the functional tests,
but there were issues and the path was hardcoded instead.

Change-Id: I8a75f5849894e5a0c327bd6e6b9ef87dd8f1f820
Signed-off-by: Jaromir Wysoglad <jwysogla@redhat.com>
2026-01-29 10:31:43 +01:00
Takashi Kajinami
d3c9d9e82e Declare Python 3.13 support
Python 3.13 is part of supported runtimes for 2026.1[1] and now is
tested.

[1] https://governance.openstack.org/tc/reference/runtimes/2026.1.html

Change-Id: I6b5bf46a8d3cf1c04269a387e37225ddce1eae85
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2026-01-22 00:48:54 +09:00
606b47318c reno: Update master for unmaintained/2024.1
Update the 2024.1 release notes configuration to build from
unmaintained/2024.1.

Change-Id: I02a5088563ec81b900d95c2db1c6988f3b3c1372
Signed-off-by: OpenStack Release Bot <infra-root@openstack.org>
Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/change_reno_branch_to_unmaintained.sh
2025-10-31 11:37:29 +00:00
4 changed files with 3 additions and 5 deletions

View File

@@ -2,3 +2,4 @@
host=review.opendev.org
port=29418
project=openstack/python-cloudkittyclient.git
defaultbranch=stable/2026.1

View File

@@ -3,4 +3,4 @@
===========================
.. release-notes::
:branch: stable/2024.1
:branch: unmaintained/2024.1

View File

@@ -20,6 +20,7 @@ classifier =
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
[files]
packages =

View File

@@ -7,8 +7,6 @@ ignore_basepython_conflict = True
basepython = python3
usedevelop = True
install_command = pip install -U {opts} {packages}
setenv =
DEVSTACK_VENV={env:DEVSTACK_VENV}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run {posargs}
@@ -40,7 +38,6 @@ passenv =
OS_AUTH_URL
OS_USERNAME
OS_ENDPOINT
DEVSTACK_VENV
VIRTUAL_ENV
setenv = OS_RATING_API_VERSION=1
commands = stestr run --concurrency=1 --test-path ./cloudkittyclient/tests/functional/v1
@@ -59,7 +56,6 @@ passenv =
OS_AUTH_URL
OS_USERNAME
OS_ENDPOINT
DEVSTACK_VENV
VIRTUAL_ENV
setenv = OS_RATING_API_VERSION=2
commands = stestr run --concurrency=1 --test-path ./cloudkittyclient/tests/functional/v2