summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Faulkner <jay@jvf.cc>2022-11-29 07:39:02 -0800
committerJay Faulkner <jay@jvf.cc>2022-11-29 07:39:31 -0800
commit9646f89018551fb105d310e1d8cbdab855dacac8 (patch)
tree1354440fbc94fe54e0409cb4829541391c341e99
parent4e1e3a364972797039f921eb328111c57859ee61 (diff)
downloadpython-ironicclient-9646f89018551fb105d310e1d8cbdab855dacac8.tar.gz
No longer override install_command in tox.ini
Per ClarkB on the list, overriding install_command makes it more difficult to troubleshoot failing CI. Change-Id: I3e1a7ddac620ba2418d5e9038183848969a1afb2
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7c8ba32..f067e27 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,7 +12,6 @@ setenv = VIRTUAL_ENV={envdir}
# .stestr.conf uses TESTS_DIR
TESTS_DIR=./ironicclient/tests/unit
usedevelop = True
-install_command = pip install {opts} {packages}
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt