Update TOX_CONSTRAINTS_FILE for stable/2024.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/2024.1 branch, tests will continue to use the upper-constraints list on master. Change-Id: I7ca68d0cb9698514f3fd6e27b2fdacf1b3ca7aa7
This commit is contained in:
parent
7ce6c7cdbb
commit
13382227d2
4
tox.ini
4
tox.ini
@ -10,7 +10,7 @@ setenv =
|
|||||||
LANG=en_US.utf-8
|
LANG=en_US.utf-8
|
||||||
VIRTUAL_ENV={envdir}
|
VIRTUAL_ENV={envdir}
|
||||||
|
|
||||||
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.1}
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
commands = sh -c '(find . -not \( -type d -name .?\* -prune \) \
|
commands = sh -c '(find . -not \( -type d -name .?\* -prune \) \
|
||||||
@ -60,7 +60,7 @@ commands =
|
|||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
usedevelop = False
|
usedevelop = False
|
||||||
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.1}
|
||||||
-r{toxinidir}/doc/requirements.txt
|
-r{toxinidir}/doc/requirements.txt
|
||||||
commands=
|
commands=
|
||||||
sphinx-build -W -b html doc/source doc/build/html -W
|
sphinx-build -W -b html doc/source doc/build/html -W
|
||||||
|
Loading…
x
Reference in New Issue
Block a user