commit 41feafc420db64501c82e361b498eb8e0ec03436 Author: maaoyu Date: Thu Sep 24 17:27:33 2020 +0800 Remove install unnecessary packages The docs requirements migrated to doc/requirements.txt we need not install things from requirements.txt. Change-Id: I31972595411d814700b6b51113827f438085170a diff --git a/tox.ini b/tox.ini index 29b9baf..b921158 100644 --- a/tox.ini +++ b/tox.ini @@ -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