Upper constraints now track stable/wallaby branch.

Upper constraints now track the stable/wallaby branch
of the requirements repo. This should save us some
trouble when the branches inevitably diverge.

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I2cc8fc4747914af70d843750c193a51b1f14f03c
This commit is contained in:
Jiri Podivin 2021-05-10 09:32:36 +02:00
parent 588eece6b5
commit 62719c38df
1 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ setenv =
LC_ALL=C
HOME={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/wallaby}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run {posargs}
@ -62,7 +62,7 @@ commands = oslo_debug_helper -t tripleoclient/tests {posargs}
[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/wallaby}
-r{toxinidir}/doc/requirements.txt
commands =
sphinx-build -b html doc/source doc/build/html
@ -87,7 +87,7 @@ commands =
[testenv:releasenotes]
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/wallaby}
-r{toxinidir}/doc/requirements.txt
commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html