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

Avoid propagating top-level options to sub-resolutions #1607

Merged
merged 1 commit into from
Feb 17, 2024

Conversation

charliermarsh
Copy link
Member

@charliermarsh charliermarsh commented Feb 17, 2024

Summary

It's incorrect to pass the resolution and dependency mode down to the BuildDispatch, since it means that we'll use --no-deps when building source distributions. If you set resolution to lowest, it also means we end up using (e.g.) the lowest version of wheel, which also doesn't make sense.

It's fine to pass --exclude-newer.

Closes #1355.

Closes #1563.

@charliermarsh charliermarsh force-pushed the charlie/rec branch 4 times, most recently from 1c0beee to 18156f8 Compare February 17, 2024 18:48
@charliermarsh charliermarsh enabled auto-merge (squash) February 17, 2024 18:48
@charliermarsh charliermarsh added the bug Something isn't working label Feb 17, 2024
@charliermarsh charliermarsh merged commit b561719 into main Feb 17, 2024
7 checks passed
@charliermarsh charliermarsh deleted the charlie/rec branch February 17, 2024 18:53
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
1 participant