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

Fix *-nspkg.pth files and imports for pkg_resources-style legacy namespaces in editable installs. #4041

Merged
merged 11 commits into from
Sep 6, 2023

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    94aee53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faf88c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    233e048 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b526de0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39245fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9785782 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    6818948 View commit details
    Browse the repository at this point in the history
  2. Explicitly add legacy namespaces to package mapping in editable_wheel

    This seems to be necessary to ensure modules inside legacy namespaces
    import correctly even if another distribution that shares the same
    namespace is installed conventionally.
    abravalheri committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d651344 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88cc6c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96b3d3d View commit details
    Browse the repository at this point in the history
  5. Fix lint issues

    abravalheri committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    2ee98fd View commit details
    Browse the repository at this point in the history