Remove install unnecessary packages

The docs  requirements migrated to doc/requirements.txt
we need not install things from requirements.txt.

Change-Id: I7990b24861546bcc54f3286e57e22b8acd270382
This commit is contained in:
wu.shiming 2020-09-15 09:44:27 +08:00
parent 1afe491c26
commit 66c1f21db2
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ commands = {posargs}
[testenv:docs]
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -v -W -b html -d doc/build/doctrees doc/source doc/build/html