summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authormaaoyu <maaoyu@inspur.com>2020-09-24 09:11:00 +0800
committerMichael Johnson <johnsomor@gmail.com>2021-03-09 01:02:45 +0000
commit1f6f489b88c76eadefa8fa5863a104a67305f038 (patch)
tree966edf4630b8c430fcc69d1f83eb20bec4b300ca /tox.ini
parent19436ee9f9107b02186f3b4765285a65a0b39eb5 (diff)
downloadpython-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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e6ef46c..9dd445c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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