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

Ensure resolver doesn't compare editable specifiers #3660

Closed
wants to merge 11 commits into from

Conversation

techalchemy
Copy link
Member

@techalchemy techalchemy commented Mar 31, 2019

Signed-off-by: Dan Ryan [email protected]

- Don't compare versions of editable dependencies when updating using
  `--keep-outdated` -- editable dependencies will now be updated to
  the latest version
- Ensure we don't drop markers from the lockfile when versions are not
  updated
- Fixes #3656
- Fixes #3659

Signed-off-by: Dan Ryan <[email protected]>
@techalchemy techalchemy added Category: Dependency Resolution Issue relates to dependency resolution. Priority: High This item is high priority and should be resolved quickly. Status: Awaiting Review This item is currently awaiting review. Type: Bugfix This issue provides a fix for a known bug. labels Mar 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Dependency Resolution Issue relates to dependency resolution. Priority: High This item is high priority and should be resolved quickly. Status: Awaiting Review This item is currently awaiting review. Type: Bugfix This issue provides a fix for a known bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Keep Outdated Doesn't Retain Markers Keep outdated should not compare specifiers of editable dependencies
1 participant