Add doc/requirements.txt to releasenotes tox environment

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

Change-Id: I6341d335003b5bd29d05314fa6f18dc66adf6f2a
This commit is contained in:
98k
2019-01-09 18:13:20 +00:00
parent 9db7cbd52f
commit 4ffd836c9a

View File

@@ -70,6 +70,9 @@ passenv = OS_STDOUT_CAPTURE
[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
[flake8]