From c750eab45712303b567206b65f7f4c2caa96b287 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Wed, 22 Apr 2020 18:30:26 -0700 Subject: [PATCH] Drop install_command usage in tox Use the default value provided by tox: https://tox.readthedocs.io/en/latest/config.html#conf-install_command See discussion on the openstack-discuss ML [1] for the complete context. [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014237.html Change-Id: I6344f44fb955d631a4f0a13fa53ecc19826c7ea6 Signed-off-by: Goutham Pacha Ravi --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7ddb710..33256c6 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,6 @@ skipsdist = True [testenv] usedevelop = True -install_command = pip install -U {opts} {packages} setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt