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
This commit is contained in:
Zanie Blue 2025-06-03 11:08:09 -05:00 committed by GitHub
parent 1e5120e15c
commit 37e22e4da6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]);