diff options
| author | wu.shiming <wushiming@yovole.com> | 2020-09-14 10:34:02 +0800 |
|---|---|---|
| committer | wu.shiming <wushiming@yovole.com> | 2020-09-14 10:38:09 +0800 |
| commit | 5aeec30701bbb0df59359b33fe107904a975e6c0 (patch) | |
| tree | 3306dfded7bf9f2a6a688080cfde1b8b414f2e04 | |
| parent | 51aee432d96c0291d01419c3db2248114d176fdd (diff) | |
| download | python-openstackclient-5aeec30701bbb0df59359b33fe107904a975e6c0.tar.gz | |
Remove install unnecessary packages
The docs and releasenotes requirements migrated to doc/requirements.txt
we need not install things from requirements.txt.
Change-Id: I4403cee833448beb69afaec503519d5a951f7e34
| -rw-r--r-- | tox.ini | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -111,7 +111,6 @@ commands = [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 = sphinx-build -a -E -W -d doc/build/doctrees -b html doc/source doc/build/html |
