Add doc/requirements.txt to releasenotes tox environment

Without these dependencies, the releasenotes build does not actually
work.

Change-Id: I0d10a6318045c9d9293a45a86799b5e85dbcc5b3
This commit is contained in:
Jim Rollenhagen 2018-08-13 11:12:24 -04:00
parent ad4d61bb4d
commit b2e9584421
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@ commands = oslo_debug_helper -t bifrost/tests {posargs}
[testenv:releasenotes]
basepython = python3
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:debug-py27]