Add doc/requirements.txt to releasenotes tox environment

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

Change-Id: If5de472ef96bf133b2e1bd84b0f3d7f3b6e7e3d8
This commit is contained in:
98k 2019-01-09 17:09:21 +00:00
parent 3d1216ab30
commit b153a0fcab
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@ passenv = OS_STDOUT_CAPTURE
TEMPEST_CONFIG
[testenv:releasenotes]
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
[flake8]