From 86427b6abf337b4fbccf03809bf413f26225a1f1 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Fri, 24 Feb 2023 15:49:32 +0000 Subject: Update TOX_CONSTRAINTS_FILE for stable/2023.1 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/2023.1 branch, tests will continue to use the upper-constraints list on master. Change-Id: I9b59649e038faff0db50ec205396432e55efada2 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a4fb94e..5dac523 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ setenv = PYTHON=coverage run --source barbicanclient --parallel-mode VIRTUAL_ENV={envdir} deps = - -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -- cgit v1.2.1