mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-15 12:59:02 +00:00
![]() ## Summary In `pip sync`, we weren't properly handling cases in which a package _only_ existed in `--find-links` (e.g., the user passed `--offline` or `--no-index`). I plan to explore removing `Finder` entirely to avoid these mismatch bugs between `pip sync` and other commands, but this is fine for now. Closes https://github.com/astral-sh/uv/issues/2688. ## Test Plan `cargo test` |
||
---|---|---|
.. | ||
httpcache | ||
base_client.rs | ||
cached_client.rs | ||
error.rs | ||
flat_index.rs | ||
html.rs | ||
lib.rs | ||
linehaul.rs | ||
middleware.rs | ||
registry_client.rs | ||
remote_metadata.rs | ||
rkyvutil.rs | ||
tls.rs |