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

Use PurePath directly instead of os.path.sep in rewrite.py #10078

Merged
merged 1 commit into from Jun 27, 2022

Commits on Jun 27, 2022

  1. Use PurePath directly instead of os.path.sep in rewrite.py

    Given we are already creating a `PurePath`, just pass the parts directly to it.
    
    This avoids using `os.path.sep`, that although is an official API, seems not to be available in all systems.
    
    Fix pytest-dev#9791
    nicoddemus committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    f92c4a7 View commit details
    Browse the repository at this point in the history