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

Restrict observed requirements to direct when --no-deps is specified #3191

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

charliermarsh
Copy link
Member

Summary

This PR avoids: (1) using the lookahead resolver when --no-deps is specified (we'll never use those requirements), and (2) including any transitive requirements when searching for allowed URLs, etc., when --no-deps is specified.

Closes #3183.

@charliermarsh charliermarsh added the bug Something isn't working label Apr 22, 2024
@charliermarsh charliermarsh marked this pull request as ready for review April 22, 2024 17:07
@charliermarsh charliermarsh enabled auto-merge (squash) April 22, 2024 17:13
@charliermarsh charliermarsh merged commit 792a917 into main Apr 22, 2024
38 checks passed
@charliermarsh charliermarsh deleted the charlie/look branch April 22, 2024 17:18
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.

uv pip install --no-deps fails due to conflicting requirements even though the --no-deps flag is given
1 participant