Remove install unnecessary packages

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

Change-Id: Ifb66f44a1c0bb42f3f6aeffc06d1b8ee80d150c5
This commit is contained in:
maaoyu 2020-09-24 09:11:00 +08:00 committed by Michael Johnson
parent 19436ee9f9
commit 1f6f489b88
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[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