diff options
| author | Jay Faulkner <jay@jvf.cc> | 2022-11-29 07:39:02 -0800 |
|---|---|---|
| committer | Jay Faulkner <jay@jvf.cc> | 2022-11-29 07:39:31 -0800 |
| commit | 9646f89018551fb105d310e1d8cbdab855dacac8 (patch) | |
| tree | 1354440fbc94fe54e0409cb4829541391c341e99 | |
| parent | 4e1e3a364972797039f921eb328111c57859ee61 (diff) | |
| download | python-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.ini | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
