From 37e22e4da60e348fea2b0debd408b5762fd9c872 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 3 Jun 2025 11:08:09 -0500 Subject: [PATCH] Remove `python-managed` marker from `sync_dry_run` test (#13816) Not sure why this is present, it does not seem to use a managed interpreter --- crates/uv/tests/it/sync.rs | 1 - 1 file changed, 1 deletion(-) 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"]);