Remove install unnecessary packages

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

Change-Id: I8a7f47c699a574bc31931831b5f4714866b92bbb
This commit is contained in:
maaoyu 2020-09-23 14:04:36 +08:00
parent 093c9f2f90
commit ec8ca09a28
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ commands = python setup.py test --coverage --testr-args='{posargs}'
[testenv:docs]
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -W -b html -d doc/build/doctrees doc/source doc/build/html