diff --git a/crates/uv/tests/it/sync.rs b/crates/uv/tests/it/sync.rs index 4d3264e01..0fa6224ef 100644 --- a/crates/uv/tests/it/sync.rs +++ b/crates/uv/tests/it/sync.rs @@ -7767,7 +7767,6 @@ fn find_links_relative_in_config_works_from_subdir() -> Result<()> { } #[test] -#[cfg(feature = "python-managed")] fn sync_dry_run() -> Result<()> { let context = TestContext::new_with_versions(&["3.8", "3.12"]);