From 35c9cefb58e15285198627cb467be8942bcd324d Mon Sep 17 00:00:00 2001 From: Nathan Oyler Date: Thu, 14 May 2026 11:16:12 -0700 Subject: [PATCH] fix: pin constraints to sapcc/requirements stable/2025.2-m3 Switch from upstream openstack/requirements master (which pins unreleased packages) to sapcc/requirements stable/2025.2-m3. This aligns with the constraint branch used by other SAP CC OpenStack services (ironic, glance, keystone, etc.). Also rename the env var from UPPER_CONSTRAINTS_FILE to TOX_CONSTRAINTS_FILE, matching the convention used across all SAP CC service repos. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 915740f..29dddd4 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ setenv = VIRTUAL_ENV={envdir} OS_STDOUT_NOCAPTURE=False OS_STDERR_NOCAPTURE=False deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:TOX_CONSTRAINTS_FILE:https://raw.githubusercontent.com/sapcc/requirements/stable/2025.2-m3/upper-constraints.txt} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = stestr run {posargs}