Revert "Add TODO around preferring local wheels" (#211)

Reverts astral-sh/puffin#208. Unclear if we actually want to do this.
This commit is contained in:
Charlie Marsh 2023-10-26 16:03:00 -07:00 committed by GitHub
parent d5c3ff789a
commit 58011f98b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(),
),