Hood Chatham
Hood Chatham
I think this idea makes sense.
Thanks @ryanking13! > remove previously installed packages and reinstall the new version I don't think this makes sense as a default. In my opinion it should not reinstall anything unless...
> Hood does not prefer uninstalling packages without an explicit flag? Well if it's for matching pip then I could sort of see it. But the issue is just what...
The code for this in pip is here: https://github.com/pypa/pip/blob/main/src/pip/_internal/operations/install/wheel.py#L503 As usual for pip it looks pretty complicated...
Thanks @megaconfidence!
This would be great from the point of view of our idea of shimming Python socket with our socket. If we make the Python socket library work on top of...
Could we gate the tests to only run on changes inside the pyodide folders?
Since #2096 merged, we're actually running Python tests on workerd so it should be possible to add a test now.
Agreed we should make it independent. Currently the only thing in there that is dependent on fastapi is `Env`. Perhaps we can just delete that for now and we can...
It works: ``` 2024-05-09T20:58:32.9101316Z //src/workerd/server/tests/python:import/aiohttp/import PASSED in 26.5s ```