This way the created venv can be stable across sandboxes.
Internally we implement a test daemon that reuses the same venv (and python process) across tests whenever possible. Hence, if the target link is canonicalized, the same venv can be used across different targets.
This way the created venv can be stable across sandboxes.
Internally we implement a test daemon that reuses the same venv (and python process) across tests whenever possible. Hence, if the target link is canonicalized, the same venv can be used across different targets.
Changes are visible to end-users: no
Test plan