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
This commit is contained in:
Jay Faulkner 2022-11-29 07:39:02 -08:00
parent 4e1e3a3649
commit 9646f89018
1 changed files with 0 additions and 1 deletions

View File

@ -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