From 1f6f489b88c76eadefa8fa5863a104a67305f038 Mon Sep 17 00:00:00 2001 From: maaoyu Date: Thu, 24 Sep 2020 09:11:00 +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: Ifb66f44a1c0bb42f3f6aeffc06d1b8ee80d150c5 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index e6ef46cd..9dd445c4 100644 --- a/tox.ini +++ b/tox.ini @@ -32,7 +32,6 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY [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