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: Ieb04522525c3facfe7efc494d0c8db19b6d7ff25
This commit is contained in:
parent
edb5c56872
commit
fa641793f4
4
tox.ini
4
tox.ini
@ -16,7 +16,7 @@ passenv =
|
|||||||
usedevelop = True
|
usedevelop = True
|
||||||
allowlist_externals = rm
|
allowlist_externals = rm
|
||||||
deps =
|
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}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
commands =
|
commands =
|
||||||
@ -222,7 +222,7 @@ allowlist_externals =
|
|||||||
sphinx-build
|
sphinx-build
|
||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/doc/requirements.txt
|
-r{toxinidir}/doc/requirements.txt
|
||||||
-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}
|
||||||
commands =
|
commands =
|
||||||
sphinx-build -W -b html doc/source doc/build/html
|
sphinx-build -W -b html doc/source doc/build/html
|
||||||
oslopolicy-sample-generator --config-file=etc/tacker-policy-generator.conf
|
oslopolicy-sample-generator --config-file=etc/tacker-policy-generator.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user