Merge "Reuse the docs deps to benefit from constraints"

This commit is contained in:
Zuul 2020-10-16 05:00:38 +00:00 committed by Gerrit Code Review
commit 1ecd0f5635
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ commands = oslo-config-generator --config-file=etc/oslo-config-generator/kuryr.c
[testenv:releasenotes]
basepython = python3
deps = -r{toxinidir}/doc/requirements.txt
deps = {[testenv:docs]deps}
commands = sphinx-build -a -W -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:lower-constraints]