Install test dependencies in docs
Otherwise there are 40 warnings about missing deps when executing "tox -e docs" Closes-Bug: #1665823 Change-Id: Iaec22c41c25d5f2817e8fc7935fab0dfd95d5ce2
This commit is contained in:
parent
b40c51b5c9
commit
62c65c984e
2
tox.ini
2
tox.ini
@ -71,7 +71,7 @@ commands = sphinx-build -a -E -W -d install-guide/build/doctrees -b html install
|
|||||||
commands = oslo-config-generator --config-file=etc/aodh/aodh-config-generator.conf
|
commands = oslo-config-generator --config-file=etc/aodh/aodh-config-generator.conf
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
deps = .[doc]
|
deps = .[test,doc]
|
||||||
commands = python setup.py build_sphinx
|
commands = python setup.py build_sphinx
|
||||||
setenv = PYTHONHASHSEED=0
|
setenv = PYTHONHASHSEED=0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user