summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwu.shiming <wushiming@yovole.com>2020-09-14 11:18:38 +0800
committerwu.shiming <wushiming@yovole.com>2020-09-14 11:19:28 +0800
commit015f45b4ab84075ae1a0f7c1f316d53d43f84ffc (patch)
tree3185c6649709356fbc134a248425a99cc63ee7d8
parentd47a2d846fcc1448b2448d54c9c6025356ab4cc0 (diff)
downloadpython-novaclient-015f45b4ab84075ae1a0f7c1f316d53d43f84ffc.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: I9d73c83b0520f724479c0e09b3686d3aab96df71
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 5f4f4ac1..9036fcdb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -40,7 +40,6 @@ commands = {posargs}
[testenv:docs]
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
- -r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =
rm -rf doc/build/html doc/build/doctrees
@@ -59,7 +58,6 @@ commands =
[testenv:releasenotes]
deps =
-c{env:TOX_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