From faadd4f9073ff8b1d726a4fd66ce2c03f2990f8b Mon Sep 17 00:00:00 2001 From: "wu.shiming" Date: Tue, 15 Sep 2020 10:00:24 +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: Ia0ae78adb7d96a3c38a26858b75c59bd419846a9 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 98569e47..ac156b01 100644 --- a/tox.ini +++ b/tox.ini @@ -65,7 +65,6 @@ commands = python setup.py test --coverage --testr-args='{posargs}' [testenv:docs] deps = - -r {toxinidir}/requirements.txt -r {toxinidir}/test-requirements.txt -r {toxinidir}/doc/requirements.txt commands=