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

Avoid modifying path placeholders created by editable installs #1030

Merged

Commits on Feb 28, 2024

  1. Avoid modifying path placeholders created by editable installs

    The setuptools implementation of editable installs will insert a
    placeholder entry into sys.path as part of its magic to register its
    custom import mechanism.
    
    These are not real filesystem paths and as such should not be
    rewritten to absolute paths.
    jeremy-hiatt committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    51ef944 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    79fb6ff View commit details
    Browse the repository at this point in the history