diff options
| author | maaoyu <maaoyu@inspur.com> | 2020-09-24 09:11:00 +0800 |
|---|---|---|
| committer | Michael Johnson <johnsomor@gmail.com> | 2021-03-09 01:02:45 +0000 |
| commit | 1f6f489b88c76eadefa8fa5863a104a67305f038 (patch) | |
| tree | 966edf4630b8c430fcc69d1f83eb20bec4b300ca | |
| parent | 19436ee9f9107b02186f3b4765285a65a0b39eb5 (diff) | |
| download | python-designateclient-1f6f489b88c76eadefa8fa5863a104a67305f038.tar.gz | |
Remove install unnecessary packages
The docs requirements migrated to doc/requirements.txt
we need not install things from requirements.txt.
Change-Id: Ifb66f44a1c0bb42f3f6aeffc06d1b8ee80d150c5
| -rw-r--r-- | tox.ini | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -32,7 +32,6 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY [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 -W -b html doc/source doc/build/html |
