-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Support PEP 610 editables in pip freeze and pip list #10249
Merged
Merged
Commits on Sep 21, 2021
-
Refactor egg_link_path/dist_is_editable
Make them work without using pkg_resource.
Configuration menu - View commit details
-
Copy full SHA for 5d4ed8c - Browse repository at this point
Copy the full SHA 5d4ed8cView commit details -
Add PEP 610 editables support to BaseDistribution
Look for the editable flag in direct_url.json, and fall back to the .egg-link search if there is no direct_url.json.
Configuration menu - View commit details
-
Copy full SHA for 0fe8182 - Browse repository at this point
Copy the full SHA 0fe8182View commit details -
Configuration menu - View commit details
-
Copy full SHA for cee422f - Browse repository at this point
Copy the full SHA cee422fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d251b4b - Browse repository at this point
Copy the full SHA d251b4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0199c50 - Browse repository at this point
Copy the full SHA 0199c50View commit details -
Configuration menu - View commit details
-
Copy full SHA for d051a00 - Browse repository at this point
Copy the full SHA d051a00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56a912a - Browse repository at this point
Copy the full SHA 56a912aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a38ee7 - Browse repository at this point
Copy the full SHA 5a38ee7View commit details -
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 729eb5d - Browse repository at this point
Copy the full SHA 729eb5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1149926 - Browse repository at this point
Copy the full SHA 1149926View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fa413d - Browse repository at this point
Copy the full SHA 5fa413dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2de1e5b - Browse repository at this point
Copy the full SHA 2de1e5bView commit details -
I have tried to remove the .egg-link (in which case the package is not considered editable), and removing the package while leaving the .egg-link (in which case the package is not shown). I could not produce this "Editable install not found" message with pip 21.2. So I think this is dead code and I'm replacing this test by an assert.
Configuration menu - View commit details
-
Copy full SHA for aa06366 - Browse repository at this point
Copy the full SHA aa06366View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca05176 - Browse repository at this point
Copy the full SHA ca05176View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.