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
Copy file name to clipboardExpand all lines: crates/uv/tests/it/venv.rs
+16-28Lines changed: 16 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -36,19 +36,15 @@ fn create_venv() {
36
36
.arg(context.venv.as_os_str())
37
37
.arg("--python")
38
38
.arg("3.12"), @r"
39
-
success: false
40
-
exit_code: 1
39
+
success: true
40
+
exit_code: 0
41
41
----- stdout -----
42
42
43
43
----- stderr -----
44
44
Using CPython 3.12.[X] interpreter at: [PYTHON-3.12]
45
45
Creating virtual environment at: .venv
46
-
uv::venv::creation
47
-
48
-
× Failed to create virtualenv
49
-
╰─▶ The directory `.venv` exists.
50
-
51
-
hint: Use `--clear` to remove the directory first or `--allow-existing` to write to the directory without clearing
46
+
warning: The directory `.venv` exists. In the future, uv will require `--clear` to remove the directory first or `--allow-existing` to write to the directory without clearing
Using CPython 3.12.[X] interpreter at: [PYTHON-3.12]
1004
1000
Creating virtual environment at: .venv
1005
-
uv::venv::creation
1006
-
1007
-
× Failed to create virtualenv
1008
-
╰─▶ The directory `.venv` exists.
1009
-
1010
-
hint: Use `--clear` to remove the directory first or `--allow-existing` to write to the directory without clearing
1011
-
"###
1001
+
warning: The directory `.venv` exists. In the future, uv will require `--clear` to remove the directory first or `--allow-existing` to write to the directory without clearing
Using CPython 3.12.[X] interpreter at: [PYTHON-3.12]
1036
1028
Creating virtual environment at: .venv
1037
-
uv::venv::creation
1038
-
1039
-
× Failed to create virtualenv
1040
-
╰─▶ The directory `.venv` exists.
1041
-
1042
-
hint: Use `--clear` to remove the directory first or `--allow-existing` to write to the directory without clearing
1043
-
"###
1029
+
warning: The directory `.venv` exists. In the future, uv will require `--clear` to remove the directory first or `--allow-existing` to write to the directory without clearing
0 commit comments