From ec8ca09a2811860b5828633ba402c683e28e216f Mon Sep 17 00:00:00 2001 From: maaoyu Date: Wed, 23 Sep 2020 14:04:36 +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: I8a7f47c699a574bc31931831b5f4714866b92bbb --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5d8e113..f312984 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,6 @@ commands = python setup.py test --coverage --testr-args='{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 = sphinx-build -W -b html -d doc/build/doctrees doc/source doc/build/html