We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd393b commit df22216Copy full SHA for df22216
crates/uv/tests/it/venv.rs
@@ -258,6 +258,7 @@ fn virtual_dependency_group() -> Result<()> {
258
----- stderr -----
259
Using CPython 3.12.[X] interpreter at: [PYTHON-3.12]
260
Creating virtual environment at: .venv
261
+ warning: A virtual environment already exists at `.venv`. In the future, uv will require `--clear` to replace it
262
Activate with: source .venv/[BIN]/activate
263
");
264
0 commit comments