Remove install unnecessary packages

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

Change-Id: I4403cee833448beb69afaec503519d5a951f7e34
This commit is contained in:
wu.shiming 2020-09-14 10:34:02 +08:00
parent 51aee432d9
commit 5aeec30701
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@ commands =
[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 -a -E -W -d doc/build/doctrees -b html doc/source doc/build/html