From f303c4abe0826bc36f2f7f6875543ccfc464b320 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 23 Jan 2025 11:24:59 -0600 Subject: [PATCH] Fix test snapshot for `--only-group` changes (#10906) --- crates/uv/tests/it/pip_install.rs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/crates/uv/tests/it/pip_install.rs b/crates/uv/tests/it/pip_install.rs index 85d1ec190..2c30fdd1e 100644 --- a/crates/uv/tests/it/pip_install.rs +++ b/crates/uv/tests/it/pip_install.rs @@ -8558,11 +8558,10 @@ fn dependency_group_default_groups() -> Result<()> { ----- stdout ----- ----- stderr ----- - Resolved 2 packages in [TIME] - Prepared 2 packages in [TIME] - Installed 2 packages in [TIME] + Resolved 1 package in [TIME] + Prepared 1 package in [TIME] + Installed 1 package in [TIME] + iniconfig==2.0.0 - + typing-extensions==4.10.0 "###); Ok(())