From 58011f98b6915efce54a43c920e0d4e261c1035e Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Thu, 26 Oct 2023 16:03:00 -0700 Subject: [PATCH] Revert "Add TODO around preferring local wheels" (#211) Reverts astral-sh/puffin#208. Unclear if we actually want to do this. --- crates/puffin-dispatch/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/puffin-dispatch/src/lib.rs b/crates/puffin-dispatch/src/lib.rs index 33a0e3f4b..84dbb3876 100644 --- a/crates/puffin-dispatch/src/lib.rs +++ b/crates/puffin-dispatch/src/lib.rs @@ -74,8 +74,6 @@ impl BuildContext for BuildDispatch { Manifest::new( requirements.to_vec(), Vec::default(), - // TODO(charlie): Include locally-available wheels in the list of preferred - // versions. Vec::default(), ResolutionMode::default(), ),