From cf971a86d7e14c6f679a574c1b3a8412a046f450 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Wed, 24 Jul 2024 09:54:16 -0400 Subject: [PATCH] Remove resolved TODO in `uv run` (#5407) --- crates/uv/src/commands/project/run.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/uv/src/commands/project/run.rs b/crates/uv/src/commands/project/run.rs index 69d8a6c4e..7a41b0f01 100644 --- a/crates/uv/src/commands/project/run.rs +++ b/crates/uv/src/commands/project/run.rs @@ -373,7 +373,6 @@ pub(crate) async fn run( .into_interpreter() }; - // TODO(charlie): If the environment satisfies the requirements, skip creation. // TODO(charlie): Pass the already-installed versions as preferences, or even as the // "installed" packages, so that we can skip re-installing them in the ephemeral // environment.