From bcb3728503c41c9bbe96971b5dbba2e63d607b64 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 26 May 2022 16:41:25 +0000 Subject: [PATCH] Force testing with newer pip and friends Set the "download" option to true in the default tox testenv, so that pip, SetupTools and wheel will be updated to newer versions when tests start. This should be manually overridden for now if offline testing with precreated venvs is desired. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 0a8a021..61d1cd3 100644 --- a/tox.ini +++ b/tox.ini @@ -64,6 +64,7 @@ setenv = PYTHONUTF8 = 1 VIRTUALENV_CREATOR = venv commands = mudpy_selftest mudpy/tests/fixtures/test_daemon.yaml +download = true deps = {toxinidir} [testenv:bandit] -- 2.11.0