diff options
| author | maaoyu <maaoyu@inspur.com> | 2020-09-24 17:08:56 +0800 |
|---|---|---|
| committer | maaoyu <maaoyu@inspur.com> | 2020-09-24 17:09:49 +0800 |
| commit | 4b709a2c044ccc7f96836baa6c33a0f800e57be1 (patch) | |
| tree | 3306dfded7bf9f2a6a688080cfde1b8b414f2e04 | |
| parent | 51aee432d96c0291d01419c3db2248114d176fdd (diff) | |
| download | python-openstackclient-4b709a2c044ccc7f96836baa6c33a0f800e57be1.tar.gz | |
Remove install unnecessary packages
The docs requirements migrated to doc/requirements.txt
we need not install things from requirements.txt.
Change-Id: I35a367505b2b423c345b05519e4134113cb66648
| -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 |
