This is an automated email from the ASF dual-hosted git repository. astitcher pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
commit 2dd96803da21c37ccfd8dca6db3bffabe4d02fbe Author: Andrew Stitcher <[email protected]> AuthorDate: Fri Dec 19 01:05:44 2025 -0500 NO-JIRA: More reliably run the tox tests --- python/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tox.ini b/python/tox.ini index b54806c5c..e03c8e113 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -5,7 +5,7 @@ minversion = 1.7.2 skip_missing_interpreters = True [testenv] -usedevelop = False +download = True setenv = VIRTUAL_ENV={envdir} DEBUG=True --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
