Skip to content

Commit

Permalink
Remove setuptools & wheel from seed packages (astral-sh#1602)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunnn committed Feb 17, 2024
1 parent b561719 commit b8d0314
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions crates/uv/src/commands/venv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,7 @@ async fn venv_impl(
// Resolve the seed packages.
let resolution = build_dispatch
.resolve(&[
Requirement::from_str("wheel").unwrap(),
Requirement::from_str("pip").unwrap(),
Requirement::from_str("setuptools").unwrap(),
])
.await
.map_err(VenvError::Seed)?;
Expand Down
2 changes: 0 additions & 2 deletions crates/uv/tests/venv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,7 @@ fn seed() -> Result<()> {
----- stderr -----
Using Python [VERSION] interpreter at [PATH]
Creating virtualenv at: /home/ferris/project/.venv
+ setuptools==68.2.2
+ pip==23.3.1
+ wheel==0.41.3
"###
);

Expand Down

0 comments on commit b8d0314

Please sign in to comment.