summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortushargite96 <tushargite96@gmail.com>2021-02-03 21:59:28 +0530
committertushargite96 <tushargite96@gmail.com>2021-02-03 22:00:49 +0530
commit2c43d65238063eeaf54e9ae4b0e1c8463c9cbe0e (patch)
treeac8ccdf70a859065e7ac121e9f473da5d7aa94a5
parent1abc1b5d404c523a696f7186bc4c4b6fc7407cad (diff)
downloadpython-cinderclient-2c43d65238063eeaf54e9ae4b0e1c8463c9cbe0e.tar.gz
Stop configuring install_command in tox.
It turns out that this is the the default value provided by tox: https://tox.readthedocs.io/en/latest/config.html#conf-install_command So we can remove the line and simply use the default value. Change-Id: I7a703e0ee91b73b7ab736712756caaba6981f8e4
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index bd8a2c6..fcf3541 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,6 @@ ignore_basepython_conflict=true
[testenv]
basepython = python3
usedevelop = True
-install_command = pip install {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
OS_TEST_PATH=./cinderclient/tests/unit