Avoid removing seed packages for uv venv --seed environments (#7410)

## Summary

Closes https://github.com/astral-sh/uv/issues/7121.
This commit is contained in:
Charlie Marsh
2024-09-15 18:27:52 -04:00
committed by GitHub
parent 8d4b6ca971
commit f895c40a4e
12 changed files with 115 additions and 14 deletions
+1
View File
@@ -258,6 +258,7 @@ impl InstalledTools {
false,
false,
false,
false,
)?;
Ok(venv)