Skip to content

Commit 52042ed

Browse files
committed
Fixup snapshot
Signed-off-by: William Woodruff <william@astral.sh>
1 parent 7ebfda9 commit 52042ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/uv/tests/it/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ fn build_wheel_from_sdist() -> Result<()> {
406406
407407
----- stderr -----
408408
× Failed to build `[TEMP_DIR]/project/dist/project-0.1.0-py3-none-any.whl`
409-
╰─▶ `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: `.whl`, `.tar.gz`, `.zip`, `.tar.bz2`, `.tar.lz`, `.tar.lzma`, `.tar.xz`, `.tar.zst`, `.tar`, `.tbz`, `.tgz`, `.tlz`, or `.txz`.
409+
╰─▶ `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: `.tar.gz`, `.zip`, `.tar.bz2`, `.tar.lz`, `.tar.lzma`, `.tar.xz`, `.tar.zst`, `.tar`, `.tbz`, `.tgz`, `.tlz`, or `.txz`.
410410
");
411411

412412
Ok(())

0 commit comments

Comments
 (0)