From d87550049005c72acf98f9b3f733a73a3bd4506e Mon Sep 17 00:00:00 2001 From: "wu.shiming" Date: Mon, 14 Sep 2020 11:00:25 +0800 Subject: [PATCH] Remove install unnecessary packages The docs and releasenotes requirements migrated to doc/requirements.txt we need not install things from requirements.txt. Change-Id: I2633cd68b45d27ef3c964216a7d97cd442919101 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 5a95bb71e5..4ece744a29 100644 --- a/tox.ini +++ b/tox.ini @@ -71,9 +71,7 @@ commands = oslo_debug_helper -t ironic/tests/unit {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 - -r{toxinidir}/driver-requirements.txt commands = sphinx-build -b html -W doc/source doc/build/html [testenv:pdf-docs]