Remove install unnecessary packages

The docs and releasenotes requirements migrated to doc/requirements.txt
we need not install things from requirements.txt.

Change-Id: I9b32be11ff6a66015f648ac151fb22cf3ebfd520
This commit is contained in:
wu.shiming 2020-09-14 09:55:47 +08:00 committed by Michael Johnson
parent f0554b50e7
commit 80a533105a
1 changed files with 0 additions and 2 deletions

View File

@ -56,7 +56,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 =
rm -rf doc/build/html
@ -75,7 +74,6 @@ commands =
[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