From a1e1ddc91c5c42878bcfdd23b9f9d634b6c78c23 Mon Sep 17 00:00:00 2001 From: maaoyu Date: Wed, 23 Sep 2020 17:17: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: I6a50c553779a2d185da1a82898541adb35130f69 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index b0c703a6..9cef9d7f 100644 --- a/tox.ini +++ b/tox.ini @@ -60,7 +60,6 @@ description=Runs unit test code coverage report [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 doc/source/framework/code