You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: No virtual environment found for Python 3.12; run `uv venv` to create an environment, or pass `--system` to install into a non-virtual environment
13165
+
"###
13166
+
);
13167
+
}
13168
+
13169
+
// If there are no python interpreters available, `uv pip install` into a target should install one.
13170
+
#[cfg(feature = "python-managed")]
13171
+
#[test]
13172
+
fninstall_missing_python_with_target(){
13173
+
// Create a context with no installed python interpreters.
13174
+
let context = TestContext::new_with_versions(&[]).with_managed_python_dirs();
13175
+
13176
+
let target_dir = context.temp_dir.child("target-dir");
0 commit comments