File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 -----
You can’t perform that action at this time.
0 commit comments