Merge "Reuse the docs deps to benefit from constraints"

This commit is contained in:
Zuul 2020-11-17 16:29:48 +00:00 committed by Gerrit Code Review
commit c2bd53ffce
1 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,9 @@ commands =
bash -c "find ceilometer -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null"
[testenv:releasenotes]
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 = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:genconfig]