summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwu.shiming <wushiming@yovole.com>2020-09-14 14:01:20 +0800
committerwu.shiming <wushiming@yovole.com>2020-09-14 14:05:00 +0800
commitc09eec0025044b4fe359d39cbcded328f484f56a (patch)
tree191bdbc6d8b5aa003094546dd80d1740443db337
parent847479184c3b0808d3afbfbb28b134c040bb8850 (diff)
downloadpython-ironicclient-c09eec0025044b4fe359d39cbcded328f484f56a.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: I54a26bb71ee99ef3de110b2c7cb508218f4cff83
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index dc280b0..54bdf19 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,7 +23,6 @@ commands =
[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
@@ -59,7 +58,6 @@ setenv = TESTS_DIR=./ironicclient/tests/functional
[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