Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Canonicalize target link in venv #451

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

tgeng
Copy link

@tgeng tgeng commented Nov 25, 2024

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

  • Covered by existing test cases

This way the created venv can be stable across sandboxes.

Context
=======

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.
@CLAassistant
Copy link

CLAassistant commented Nov 25, 2024

CLA assistant check
All committers have signed the CLA.

@tgeng
Copy link
Author

tgeng commented Nov 27, 2024

Actually we found a way to workaround this. So feel free to just close it unless you think this would be a useful thing by itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants