Merge "Reuse the docs deps to benefit from constraints"

This commit is contained in:
Zuul 2020-11-18 23:06:54 +00:00 committed by Gerrit Code Review
commit 80b5852fb3
1 changed files with 3 additions and 1 deletions

View File

@ -81,7 +81,9 @@ import_exceptions = ironic_inspector.common.i18n
[testenv:docs]
setenv = PYTHONHASHSEED=0
sitepackages = False
deps = -r{toxinidir}/test-requirements.txt
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/test-requirements.txt
commands =
sphinx-build -W -b html doc/source doc/build/html