summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwu.shiming <wushiming@yovole.com>2020-09-11 15:38:04 +0800
committerwu.shiming <wushiming@yovole.com>2021-02-19 13:38:22 +0800
commit2ab0c6ee79fb3c30748de4e5e89686fc56699af7 (patch)
treee8fffd0a72eb14cdcca98761375aabed25c129ba
parent1e7c24a9c4c8547e4ee3c92f4cb044a4405a5b7c (diff)
downloadpython-cinderclient-2ab0c6ee79fb3c30748de4e5e89686fc56699af7.tar.gz
Remove install unnecessary packages
The docs requirements migrated to doc/requirements.txt we need not install things from requirements.txt. Change-Id: I94c2ba1ddfc3a54edc2f69b8d7017e09b02e54a5
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index bd8a2c6..a8b560d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -58,7 +58,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 -W -b html doc/source doc/build/html
@@ -76,7 +75,6 @@ whitelist_externals =
[testenv:releasenotes]
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 releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html