From 7dff3d7dfe9c1ff15188eea2778b9384dcc119e5 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Thu, 25 Jul 2024 10:29:21 -0400 Subject: [PATCH] uv/tests: updates snapshots for main It looks like we had a bad merge where the result caused some test failures. This commit just updates the snapshots to the new reality. I haven't found the root cause of the bad merge yet. --- crates/uv/tests/pip_install.rs | 3 +++ crates/uv/tests/pip_sync.rs | 8 +++----- 2 files changed, 6 insertions(+), 5 deletions(-) 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) "### );