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 the incorrect handling of markers in pip tree #4611

Merged
merged 8 commits into from
Jun 28, 2024

Conversation

ChannyClaus
Copy link
Contributor

@ChannyClaus ChannyClaus commented Jun 28, 2024

Summary

resolves #4609

previously, the implementation of required_with_no_extra was incorrect, particularly when there are packages that do not require any extras but have other types of markers.

Test Plan

the existing tests also did cover this (my bad... missed it) but added a smaller test since this bug would've been more obvious with this new test.

@ChannyClaus
Copy link
Contributor Author

@zanieb also oops noticed the cycle message still uses # 😭 (seems like i messed up the merge conflict)

i can make a follow-up sometime to fix that as well

@ChannyClaus
Copy link
Contributor Author

ChannyClaus commented Jun 28, 2024

there seem to be a bunch of CI failures from 429... (i'll try re-triggering tomorrow or something)

@charliermarsh charliermarsh self-assigned this Jun 28, 2024
@charliermarsh charliermarsh added the bug Something isn't working label Jun 28, 2024
@charliermarsh charliermarsh merged commit b3b4b47 into astral-sh:main Jun 28, 2024
47 checks passed
@charliermarsh
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

incorrect dependencies shown in pip tree for pandas
2 participants