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

Fixed unnecessary extras are added in lockfiles #3070

Merged

Conversation

jxltom
Copy link
Contributor

@jxltom jxltom commented Oct 21, 2018

The issue

Fixed #3026

The fix

This is a annoying critical bug. Fixed by do not append extra when translating markers since they are unnecessary. Also test is added to avoid regression in further development.

The checklist

  • Associated issue
  • A news fragment in the news/ directory to describe this fix with the extension .bugfix, .feature, .behavior, .doc. .vendor. or .trivial (this will appear in the release changelog). Use semantic line breaks and name the file after the issue number or the PR #.

@techalchemy
Copy link
Member

Thanks for this @jxltom — I have a few other fixes in some other libraries in the air still, but should cut this tomorrow ideally.

@techalchemy techalchemy merged commit ab30481 into pypa:master Oct 21, 2018
@jxltom jxltom deleted the fixed-unnecessary-extras-are-added-in-lockfiles branch October 21, 2018 06:52
@jxltom
Copy link
Contributor Author

jxltom commented Oct 21, 2018

Great 😄

@Turbo87
Copy link

Turbo87 commented Nov 2, 2018

@techalchemy any news on that release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"extras" are brought into the extra package's lockfile entry as "markers"
3 participants