diff --git a/crates/uv/tests/pip_sync.rs b/crates/uv/tests/pip_sync.rs index 7cecbba5..f7385dbf 100644 --- a/crates/uv/tests/pip_sync.rs +++ b/crates/uv/tests/pip_sync.rs @@ -1396,7 +1396,6 @@ fn install_git_source_dist_cached() -> Result<()> { } /// Check that we show the right messages on cached, registry source distribution installs. -#[test] fn install_registry_source_dist_cached() -> Result<()> { let context = TestContext::new("3.12");