Remove install unnecessary packages

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

Change-Id: I31972595411d814700b6b51113827f438085170a
This commit is contained in:
maaoyu 2020-09-24 17:27:33 +08:00
parent 80f728b14f
commit 41feafc420
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ commands =
basepython = python3
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