From b2e9584421bfe91b52c5ffc2dc572c94f746286c Mon Sep 17 00:00:00 2001 From: Jim Rollenhagen Date: Mon, 13 Aug 2018 11:12:24 -0400 Subject: [PATCH] Add doc/requirements.txt to releasenotes tox environment Without these dependencies, the releasenotes build does not actually work. Change-Id: I0d10a6318045c9d9293a45a86799b5e85dbcc5b3 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 2c4978e7f..3910292f7 100644 --- a/tox.ini +++ b/tox.ini @@ -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]