Merge "Remove install unnecessary packages"

This commit is contained in:
Zuul 2020-09-29 11:33:29 +00:00 committed by Gerrit Code Review
commit 8951f0f5ba
1 changed files with 0 additions and 2 deletions

View File

@ -55,14 +55,12 @@ commands = oslo_debug_helper -t senlinclient/tests {posargs}
[testenv:docs]
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:releasenotes]
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html