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

Respect cached local --find-links in install plan #2907

Merged
merged 1 commit into from
Apr 8, 2024
Merged

Conversation

charliermarsh
Copy link
Member

Summary

I think this is kind of just an oversight. If a wheel is available via --find-links, and the index is "local", we never find it in the cache.

Test Plan

cargo test

@charliermarsh charliermarsh added the bug Something isn't working label Apr 8, 2024
@charliermarsh charliermarsh marked this pull request as ready for review April 8, 2024 18:46

----- stderr -----
Uninstalled 1 package in [TIME]
Installed 1 package in [TIME]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On main, we see:

Resolved 1 package in [TIME]
Downloaded 1 package in [TIME]
Installed 1 package in [TIME]
 + tqdm==1000.0.0

@charliermarsh charliermarsh enabled auto-merge (squash) April 8, 2024 18:49
@charliermarsh charliermarsh merged commit 134810c into main Apr 8, 2024
35 checks passed
@charliermarsh charliermarsh deleted the charlie/f branch April 8, 2024 18:58
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.

1 participant