diff --git a/crates/uv/tests/it/sync.rs b/crates/uv/tests/it/sync.rs index 317ba1d24..b4c5fbe79 100644 --- a/crates/uv/tests/it/sync.rs +++ b/crates/uv/tests/it/sync.rs @@ -6556,6 +6556,7 @@ 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"]);