Merge "Dep's should be restricted by tox-constraints"

This commit is contained in:
Zuul 2020-11-23 20:51:43 +00:00 committed by Gerrit Code Review
commit 37e71b3652
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@ passenv = *_proxy *_PROXY
commands = {posargs}
[testenv:docs]
deps = -r{toxinidir}/doc/requirements.txt
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
commands =
rm -rf doc/build
docstheme-build-translated.sh