From c5b707d5b51b0fc0b13a191ce6bcfafc33727d9f Mon Sep 17 00:00:00 2001 From: "wu.shiming" Date: Tue, 15 Sep 2020 09:46:54 +0800 Subject: Remove install unnecessary packages The docs requirements migrated to doc/requirements.txt we need not install things from requirements.txt. Change-Id: I0749590a9d8b2183ed9c95178541ed85fb19996a --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 52d6fb7..5f71853 100644 --- a/tox.ini +++ b/tox.ini @@ -62,7 +62,6 @@ commands = {posargs} [testenv:docs] deps = -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} - -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt commands = rm -rf doc/build @@ -71,7 +70,6 @@ commands = [testenv:releasenotes] deps = -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} - -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt commands = rm -rf releasenotes/build -- cgit v1.2.1