Remove install unnecessary packages

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

Change-Id: Iebf119fe20e8767d3d8f088d889eb5a8d38a81b2
This commit is contained in:
maaoyu 2020-09-24 08:56:29 +08:00
parent 802605a988
commit db0aeecfe1
1 changed files with 0 additions and 1 deletions

View File

@ -48,6 +48,5 @@ deps =
[testenv:releasenotes]
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 -a -W -E -d releasenotes/build/doctrees --keep-going -b html releasenotes/source releasenotes/build/html