mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue