Remove install unnecessary packages

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

Change-Id: I368d30a33e9789b2759dc73883d8b7230f847640
This commit is contained in:
maaoyu 2020-09-24 17:30:10 +08:00
parent 5c8e6fa9cb
commit e509a84749
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ commands =
[testenv:releasenotes]
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html