summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlikui <likui@yovole.com>2020-09-11 10:13:19 +0800
committerlikui <likui@yovole.com>2020-09-11 10:13:19 +0800
commit36aecf6e238217003fb358d113531950f0776c7b (patch)
treea30578f7bebe3075f3ad30b25fa90c796850c597
parente0e9be460271bf1f632c86ae637422023a5318b7 (diff)
downloadpython-troveclient-36aecf6e238217003fb358d113531950f0776c7b.tar.gz
Remove install unnecessary packages when run tox -edocs
the requirements.txt is unnecessary when run tox -e docs docs relative stuffs is in doc/requirements.txt, this ps to remove the requirements.txt from tox.ini Change-Id: I4da4d4e862be137e919e4e94a239cc5461b208da
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ac73528..baa4df4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -48,7 +48,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 =
rm -rf doc/html doc/build