From d8475a1a3c135de688869492dfe1a335833ba4ad Mon Sep 17 00:00:00 2001 From: maaoyu Date: Fri, 25 Sep 2020 10:01:42 +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: I4446298133aca53d19ba1b8b6209e6adbd92a031 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 097c482e..d2284cd2 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,6 @@ commands = {posargs} 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 -a -E -W -d doc/build/doctrees --keep-going -b html doc/source doc/build/html