Remove install unnecessary packages

Change-Id: I037ae51fc376809872b63f29c4803e043b7d1efd
This commit is contained in:
wu.shiming 2020-09-11 16:45:03 +08:00
parent 321c823636
commit 8cce676a64
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ commands = python setup.py test --coverage --testr-args='{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