From 36aecf6e238217003fb358d113531950f0776c7b Mon Sep 17 00:00:00 2001 From: likui Date: Fri, 11 Sep 2020 10:13:19 +0800 Subject: [PATCH] Remove install unnecessary packages when run tox -edocs the requirements.txt is unnecessary when run tox -e docs docs relative stuffs is in doc/requirements.txt, this ps to remove the requirements.txt from tox.ini Change-Id: I4da4d4e862be137e919e4e94a239cc5461b208da --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index ac73528b..baa4df4b 100644 --- a/tox.ini +++ b/tox.ini @@ -48,7 +48,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/html doc/build