Merge "Update TOX_CONSTRAINTS_FILE for stable/wallaby" into stable/wallaby

This commit is contained in:
Zuul 2021-03-30 22:39:16 +00:00 committed by Gerrit Code Review
commit b221520027
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ setenv = VIRTUAL_ENV={envdir}
usedevelop = True
whitelist_externals = find
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 =
@ -19,7 +19,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 =
rm -rf releasenotes/build
@ -64,7 +64,7 @@ commands = {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 =
rm -rf doc/build