You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Double pip timeout each time it times out (mu-editor#2296)
* Use the MU_LOG_TO_STDOUT envvar to turn on stdout logging and to disable the crash handler
Use version-tagged zips for the downloaded packages
* Refactor slightly partly to support easier testing
* Test the right exception if the download fails
* Pushing latest changes although incomplete
-- Still tests failing and some coverage missing after refactor
* Iterate over the files in the folder, not the name of the folder(!)
* Ensure we can use glob
* Tidy
* Ignore generated zip files
* Refactor baseline install test to allow for the fact that we now install from zips, not from files
* Tweak tests for logging setup to allow for MU_LOG_TO_STDOUT env var
* Tidy
* Disable the pip version check when downloading wheels
Always add the temp download area to the search patch for downloading wheels. This should work for the MacOS shim where we have to download a signed wheel for pygame and then be sure to use that in preference to the PyPI version
* Add more useful function comments
Remove (again) `upgrade_pip`
+ Tidy
* expand error message for process timeout
* double timeout each time virtualenv install fails
* add stdout/err to exception message in timeout case as well
---------
Co-authored-by: Tim Golden <mail@timgolden.me.uk>
0 commit comments