Force testing with newer pip and friends
authorJeremy Stanley <fungi@yuggoth.org>
Thu, 26 May 2022 16:41:25 +0000 (16:41 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Thu, 26 May 2022 16:41:25 +0000 (16:41 +0000)
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

diff --git a/tox.ini b/tox.ini
index 0a8a021..61d1cd3 100644 (file)
--- 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]