Skip to content

add sys config scripts path to test execution path - #23418

Merged
Eleanor Boyd (eleanorjboyd) merged 1 commit into
mainfrom
flaky-scorpion
May 14, 2024
Merged

add sys config scripts path to test execution path#23418
Eleanor Boyd (eleanorjboyd) merged 1 commit into
mainfrom
flaky-scorpion

Conversation

@eleanorjboyd

Copy link
Copy Markdown
Member

resolves #22395

@eleanorjboyd Eleanor Boyd (eleanorjboyd) added bug Issue identified by VS Code Team member as probable bug skip tests Updates to tests unnecessary labels May 13, 2024
@eleanorjboyd
Eleanor Boyd (eleanorjboyd) marked this pull request as ready for review May 13, 2024 20:41
@vscodenpa VS Code Bot (vscodenpa) added this to the May 2024 milestone May 13, 2024
@eleanorjboyd
Eleanor Boyd (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]
)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nit: extra line.

@eleanorjboyd
Eleanor Boyd (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