From 45cd2f459a9192ad9a2f0fd9b621a4ea7910391c Mon Sep 17 00:00:00 2001 From: maaoyu Date: Thu, 24 Sep 2020 09:13:34 +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: Icde5901a633f78044f8bc6701cc980f2e9c5497a --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 75f7a29..615a8dd 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,6 @@ commands = [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 -b html doc/source doc/build/html