From a42a8e63d88b120c5aa105b14e342938f995846c Mon Sep 17 00:00:00 2001 From: tushargite96 Date: Tue, 8 Sep 2020 15:38:19 +0530 Subject: [PATCH] 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: I16c194c0ee46668e2846ed36763cc14388881ba7 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3459c10ae24..cabdb4da660 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,6 @@ setenv = VIRTUAL_ENV={envdir} OS_TEST_TIMEOUT=60 OS_TEST_PATH=./cinder/tests/unit usedevelop = True -install_command = pip install {opts} {packages} deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/test-requirements.txt