From eda4054b9540dc9865211d91c3e74b767ba9d21e Mon Sep 17 00:00:00 2001 From: "wu.shiming" Date: Tue, 15 Sep 2020 09:49:56 +0800 Subject: [PATCH] Remove install unnecessary packages The docs requirements migrated to doc/requirements.txt we need not install things from requirements.txt. Change-Id: Ifea731db4ddeef1dc2216bc10182d273e5aceef0 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 7d5e8460..73d16a66 100644 --- a/tox.ini +++ b/tox.ini @@ -55,14 +55,12 @@ commands = oslo_debug_helper -t senlinclient/tests {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 [testenv:releasenotes] 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 -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html