From 13cafc10614d93ef5c3a1e632654bdf23119f4bf Mon Sep 17 00:00:00 2001 From: Jake Yip Date: Thu, 16 Feb 2023 22:22:41 +1100 Subject: [PATCH] Clean up tox.ini install_command is now `python -I -m pip install ` [1], so this is redundant. [1] https://tox.wiki/en/latest/config.html#install_command Change-Id: Ia856c7ecff22bc6f0dffed7550618decbc213e97 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 64a532e2..79a24577 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,6 @@ envlist = py38,pep8 [testenv] usedevelop = True -install_command = pip install {opts} {packages} allowlist_externals = find setenv = VIRTUAL_ENV={envdir}