From f74875e196c063100da6081c11d05f817e49ed60 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sat, 17 Apr 2021 15:38:47 +0000 Subject: [PATCH] Stop setting a default install command for tox The install command we've been setting for tox is effectively equivalent to its internal default. Just drop it. --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 84ae5a5..7cc7b59 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,6 @@ ignore_basepython_conflict = True description = run the functional selftest with optimized configuration basepython = python3 usedevelop = True -install_command = pip install {opts} {packages} # TODO(fungi) Switch this to "error" once # https://github.com/pypa/setuptools/issues/2086 and # https://github.com/pypa/setuptools/issues/2466 are fixed in a new release of -- 2.11.0