From f5365c9f7f1ec7c09582a0012e94f6487ddfffdc Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 29 Jun 2023 13:36:11 -0700 Subject: [PATCH] more info? --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 302f56478..8ddf4ed78 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ setenv = PYTEST_ADDOPTS = {env:PYTEST_ADDOPTS:--numprocesses auto} PYTHONHASHSEED = 0 # The default install command is python -I -m pip install {opts} {packages} -install_command = python -I {toxinidir}/tools/pip_install.py {opts} {packages} +install_command = python -I {toxinidir}/tools/pip_install.py -vvvvv {opts} {packages} deps = -e acme[test] -e certbot[test]