Skip to content

Commit

Permalink
Add doc/requirements.txt to releasenotes tox environment
Browse files Browse the repository at this point in the history
Without these dependencies, the releasenotes build does not actually
work.

Change-Id: I0d10a6318045c9d9293a45a86799b5e85dbcc5b3
  • Loading branch information
jimrollenhagen committed Aug 13, 2018
1 parent ad4d61b commit b2e9584
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Expand Up @@ -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]
Expand Down

0 comments on commit b2e9584

Please sign in to comment.