From 2789f9dc731817dd2c93e4e03720dc95d776532c Mon Sep 17 00:00:00 2001
From: maaoyu <maaoyu@inspur.com>
Date: Fri, 25 Sep 2020 09:56:37 +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: Ife6fc1e75c508f23548832308b64273f16454463
---
 tox.ini | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tox.ini b/tox.ini
index 0a0f14f..4871be0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -33,7 +33,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 -W -b html doc/source doc/build/html
 
@@ -74,7 +73,6 @@ commands = bash -c "ansible-lint \
 [testenv:releasenotes]
 deps =
     -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-    -r{toxinidir}/requirements.txt
     -r{toxinidir}/doc/requirements.txt
 commands =
   rm -rf releasenotes/build