diff --git a/crates/uv/tests/pip_install.rs b/crates/uv/tests/pip_install.rs index 108dd5c50..0906491ad 100644 --- a/crates/uv/tests/pip_install.rs +++ b/crates/uv/tests/pip_install.rs @@ -4491,6 +4491,7 @@ fn already_installed_dependent_editable() { ----- stderr ----- Resolved 1 package in [TIME] + Prepared 1 package in [TIME] Uninstalled 1 package in [TIME] Installed 1 package in [TIME] - first-local==0.1.0 (from file://[WORKSPACE]/scripts/packages/dependent_locals/first_local) @@ -4589,6 +4590,7 @@ fn already_installed_local_path_dependent() { ----- stderr ----- Resolved 2 packages in [TIME] + Prepared 1 package in [TIME] Uninstalled 1 package in [TIME] Installed 1 package in [TIME] - first-local==0.1.0 (from file://[WORKSPACE]/scripts/packages/dependent_locals/first_local) @@ -4718,6 +4720,7 @@ fn already_installed_local_version_of_remote_package() { ----- stderr ----- Resolved 1 package in [TIME] + Prepared 1 package in [TIME] Uninstalled 1 package in [TIME] Installed 1 package in [TIME] - anyio==4.3.0+foo (from file://[WORKSPACE]/scripts/packages/anyio_local) diff --git a/crates/uv/tests/pip_sync.rs b/crates/uv/tests/pip_sync.rs index 2129d2ccd..7361a170c 100644 --- a/crates/uv/tests/pip_sync.rs +++ b/crates/uv/tests/pip_sync.rs @@ -2261,6 +2261,7 @@ fn sync_editable() -> Result<()> { ----- stderr ----- Resolved 3 packages in [TIME] + Prepared 1 package in [TIME] Uninstalled 1 package in [TIME] Installed 1 package in [TIME] - poetry-editable==0.1.0 (from file://[TEMP_DIR]/poetry_editable) @@ -2311,10 +2312,7 @@ fn sync_editable() -> Result<()> { ----- stderr ----- Resolved 3 packages in [TIME] - Uninstalled 1 package in [TIME] - Installed 1 package in [TIME] - - poetry-editable==0.1.0 (from file://[TEMP_DIR]/poetry_editable) - + poetry-editable==0.1.0 (from file://[TEMP_DIR]/poetry_editable) + Audited 3 packages in [TIME] "### ); @@ -2363,7 +2361,7 @@ fn sync_editable() -> Result<()> { Prepared 1 package in [TIME] Uninstalled 1 package in [TIME] Installed 1 package in [TIME] - - poetry-editable==0.1.0 (from file://[TEMP_DIR]/poetry_editable) + - poetry-editable==0.1.1 (from file://[TEMP_DIR]/poetry_editable) + poetry-editable==0.1.1 (from file://[TEMP_DIR]/poetry_editable) "### );