Skip to content

Conversation

PrerakPatelCS
Copy link
Contributor

@PrerakPatelCS PrerakPatelCS commented Nov 22, 2022

Closes #10506
Helps run pytest on machines where the root directory being "C:"
is an issue some people have "C://" as their root directory so os.sep fixes this issue, os.path.sep can also work.

@nicoddemus nicoddemus added the needs backport applied to PRs, indicates that it should be ported to the current bug-fix branch label Nov 23, 2022
@nicoddemus
Copy link
Member

Thanks @PrerakPatelCS!

@nicoddemus nicoddemus merged commit 857e34e into pytest-dev:main Nov 23, 2022
@github-actions github-actions bot mentioned this pull request Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs backport applied to PRs, indicates that it should be ported to the current bug-fix branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pytest uses filesystem root (C:\) as root dir on Windows
2 participants