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

This commit is contained in:
Zuul 2021-04-29 03:42:36 +00:00 committed by Gerrit Code Review
commit 6c200096db
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ passenv =
SSL_CERT_FILE
TERM
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}
@ -66,7 +66,7 @@ commands =
coverage report
[testenv:docs]
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/wallaby}
-r{toxinidir}/doc/requirements.txt
commands =
sphinx-build -W --keep-going -b html -d doc/build/doctrees doc/source doc/build/html