From 99a1dee1e5835fd70a836783773d63d3ff79bd33 Mon Sep 17 00:00:00 2001 From: "wu.shiming" Date: Tue, 15 Sep 2020 17:35:45 +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: I39ffe733f2768e7eaea3ba31eb2c68583dc7da8c --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index e5e2d55e..95f885d9 100644 --- a/tox.ini +++ b/tox.ini @@ -55,7 +55,6 @@ commands = flake8 [testenv:docs] deps = -c{env:TOX_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 @@ -63,7 +62,6 @@ commands = [testenv:releasenotes] deps = -c{env:TOX_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