Remove install unnecessary packages when run tox -edocs

the requirements.txt is unnecessary when run tox -e docs
docs relative stuffs is in doc/requirements.txt, this ps to remove
the requirements.txt from tox.ini

Change-Id: I4da4d4e862be137e919e4e94a239cc5461b208da
This commit is contained in:
likui
2020-09-11 10:13:19 +08:00
parent e0e9be4602
commit 36aecf6e23

View File

@@ -48,7 +48,6 @@ commands =
[testenv:docs] [testenv:docs]
deps = deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt -r{toxinidir}/doc/requirements.txt
commands = commands =
rm -rf doc/html doc/build rm -rf doc/html doc/build