Skip to content

Commit 7447dd9

Browse files
authored
Remove unnecessary preview from uv init test (#18722)
1 parent d9d0359 commit 7447dd9

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

crates/uv/tests/it/init.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -446,16 +446,15 @@ fn init_library() -> Result<()> {
446446
Ok(())
447447
}
448448

449-
/// Test the uv build backend with using `uv init --package --preview`. To be merged with the regular
450-
/// init lib test once the uv build backend becomes the stable default.
449+
/// Test that the uv build backend is used with `uv init --package`.
451450
#[test]
452-
fn init_package_preview() -> Result<()> {
451+
fn init_package() -> Result<()> {
453452
let context = uv_test::test_context!("3.12");
454453

455454
let child = context.temp_dir.child("foo");
456455
child.create_dir_all()?;
457456

458-
uv_snapshot!(context.filters(), context.init().current_dir(&child).arg("--package").arg("--preview"), @"
457+
uv_snapshot!(context.filters(), context.init().current_dir(&child).arg("--package"), @"
459458
success: true
460459
exit_code: 0
461460
----- stdout -----

0 commit comments

Comments
 (0)