Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Sep 5, 2024
1 parent 040e6e9 commit 0661b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/uv/tests/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ fn wheel_from_sdist() -> Result<()> {
----- stdout -----
----- stderr -----
Building source distribution from wheel...
Building wheel from source distribution...
running egg_info
writing src/project.egg-info/PKG-INFO
writing dependency_links to src/project.egg-info/dependency_links.txt
Expand Down Expand Up @@ -815,7 +815,7 @@ fn wheel_from_sdist() -> Result<()> {
----- stdout -----
----- stderr -----
Building source distribution from wheel...
Building wheel from source distribution...
error: `dist/project-0.1.0-py3-none-any.whl` is not a valid build source. Expected to receive a source directory, or a source distribution ending in one of: `.zip`, `.tar.gz`, `.tar.bz2`, `.tar.xz`, or `.tar.zst`.
"###);

Expand Down

0 comments on commit 0661b78

Please sign in to comment.