mirror of https://github.com/astral-sh/uv
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:
parent
1e5120e15c
commit
37e22e4da6
|
|
@ -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"]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue