Remove install unnecessary packages

The docs  requirements migrated to doc/requirements.txt
we need not install things from requirements.txt.

Change-Id: Ia0ae78adb7d96a3c38a26858b75c59bd419846a9
This commit is contained in:
wu.shiming 2020-09-15 10:00:24 +08:00
parent 4a660ec926
commit faadd4f907
1 changed files with 0 additions and 1 deletions

View File

@ -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=