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: `./foo` is not a valid Python download request; see `uv python help` for supported formats and `uv python list --only-downloads` for available versions
840
840
"###);
841
841
}
842
+
843
+
#[test]
844
+
#[cfg(unix)]
845
+
fnpython_install_preview_broken_link(){
846
+
use assert_fs::prelude::PathCreateDir;
847
+
use fs_err::os::unix::fs::symlink;
848
+
849
+
let context:TestContext = TestContext::new_with_versions(&[])
850
+
.with_filtered_python_keys()
851
+
.with_filtered_exe_suffix();
852
+
853
+
let bin_python = context.temp_dir.child("bin").child("python3.13");
0 commit comments