From c4d32f8ae4c56955a97031f087b8e269ec8e45ab Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Mon, 16 Sep 2024 12:31:34 +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: I31ea96644590d856676d69251718ad4b8e55b3ee --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index c5c04ed2b..7db25138b 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ passenv = no_proxy NO_PROXY 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 -r{toxinidir}/requirements.txt # javascript engine @@ -85,7 +85,7 @@ commands = {posargs} #set PYTHONHASHSEED=0 to prevent wsmeext.sphinxext from randomly failing. [testenv:docs] 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}/doc/requirements.txt -r{toxinidir}/requirements.txt setenv = PYTHONHASHSEED=0 @@ -95,7 +95,7 @@ commands = [testenv:pdf-docs] 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}/doc/requirements.txt allowlist_externals = make