Hood Chatham
Hood Chatham
Should have added a changelog...
Thanks for the bug report @kor0p. It would definitely be helpful to improve the situation here. With handlers, the main question is whether the callee of the handler will want...
Probably the added functions should be in `build_env.py` instead of `bash_runner.py`...
> The standard way to detect a venv is to check for pyvenv.cfg at the base of the environment. Well the situation is that I want someone to be able...
I guess we could also do ```sh {sys.executable} -m pyodide_cli ... ``` instead of `pyodide ...` and get rid of this environment calculation entirely.
@henryiii I think I found the most to-the-point version of this that I can come up with: ```py def _calculate_venv_path() -> str: """Make sure that the current executable is the...
Okay, just using `sys.executable -m some_module` everywhere is definitely the simplest thing we can do so I'll stick with that. This was surprisingly confusing...
Hmm well the last iteration seems particularly broken...
We might need to increase the timeouts for these tests.
Try adding `@pytest.mark.driver_timeout(60)` to the tests which would raise the timeout to 60s.