From ff73594d6705a84491e5a7aa7c184d8d14aa5232 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Thu, 12 Sep 2024 13:11:37 +0000 Subject: [PATCH] Update TOX_CONSTRAINTS_FILE for stable/2024.2 Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/2024.2 branch, tests will continue to use the upper-constraints list on master. Change-Id: I1cbe52400178a3bc18760f9b5fffd6e830ea5f51 --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 45cddc4bd..44c94eac4 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ setenv = SQLALCHEMY_WARN_20=1 usedevelop = True deps = - -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.2} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = @@ -65,7 +65,7 @@ commands = oslo_debug_helper -t barbican/tests {posargs} # the main docs to https://docs.openstack.org/barbican description = Build main documentation deps = - -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.2} -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt commands= @@ -107,7 +107,7 @@ allowlist_externals = # Note: This requires local running instances of Barbican and Keystone # TODO(dmend): remove --serial and uncomment coverage commands deps = - -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.2} -r{toxinidir}/test-requirements.txt setenv = OS_TEST_PATH={toxinidir}/functionaltests @@ -127,7 +127,7 @@ passenv = KMIP_PLUGIN_ENABLED # This tox env is purely to make local test development easier # Note: This requires local running instances of Barbican and Keystone deps = - -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.2} -r{toxinidir}/test-requirements.txt setenv = OS_TEST_PATH={toxinidir}/barbican/cmd/functionaltests