Update TOX_CONSTRAINTS_FILE for stable/2023.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/2023.2 branch, tests will continue to use the upper-constraints list on master. Change-Id: Id724e67344ab5a8da5959fa35cad2970460f88bb
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -7,7 +7,7 @@ skipsdist = True
|
||||
basepython = python3
|
||||
setenv = 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.2}
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
passenv = GENERATE_GRENADE_PLUGIN_LIST
|
||||
|
||||
@@ -21,7 +21,7 @@ commands =
|
||||
[testenv:docs]
|
||||
allowlist_externals = bash
|
||||
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.2}
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
setenv =
|
||||
TOP_DIR={toxinidir}
|
||||
|
||||
Reference in New Issue
Block a user