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

add sys config scripts path to test execution path #23418

Merged
merged 1 commit into from
May 14, 2024
Merged

Conversation

eleanorjboyd
Copy link
Member

resolves #22395

@eleanorjboyd eleanorjboyd added bug Issue identified by VS Code Team member as probable bug skip tests Updates to tests unnecessary labels May 13, 2024
@eleanorjboyd eleanorjboyd self-assigned this May 13, 2024
@eleanorjboyd eleanorjboyd marked this pull request as ready for review May 13, 2024 20:41
@VSCodeTriageBot VSCodeTriageBot added this to the May 2024 milestone May 13, 2024
@eleanorjboyd eleanorjboyd enabled auto-merge (squash) May 13, 2024 20:56
os.environ[path_var_name] = (
sysconfig.get_paths()["scripts"] + os.pathsep + os.environ[path_var_name]
)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: extra line.

@eleanorjboyd eleanorjboyd merged commit 312d9ef into main May 14, 2024
67 checks passed
@eleanorjboyd eleanorjboyd deleted the flaky-scorpion branch May 14, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug skip tests Updates to tests unnecessary
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pytest discovery fails with ENOENT
3 participants