From 8a046313b17f519e50e2342f942b77db27a9a21c Mon Sep 17 00:00:00 2001 From: konsti Date: Thu, 27 Jun 2024 11:41:32 +0200 Subject: [PATCH] Onbreak CI on main (#4577) Merge order broke CI --- crates/uv/tests/pip_tree.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/uv/tests/pip_tree.rs b/crates/uv/tests/pip_tree.rs index 396268766..029f9f0e4 100644 --- a/crates/uv/tests/pip_tree.rs +++ b/crates/uv/tests/pip_tree.rs @@ -131,7 +131,7 @@ fn depth() { .write_str("scikit-learn==1.4.1.post1") .unwrap(); - uv_snapshot!(install_command(&context) + uv_snapshot!(context.pip_install() .arg("-r") .arg("requirements.txt") .arg("--strict"), @r###" @@ -231,7 +231,7 @@ fn prune() { .write_str("scikit-learn==1.4.1.post1") .unwrap(); - uv_snapshot!(install_command(&context) + uv_snapshot!(context.pip_install() .arg("-r") .arg("requirements.txt") .arg("--strict"), @r###" @@ -433,7 +433,7 @@ fn prune_big_tree() { let requirements_txt = context.temp_dir.child("requirements.txt"); requirements_txt.write_str("packse").unwrap(); - uv_snapshot!(install_command(&context) + uv_snapshot!(context.pip_install() .arg("-r") .arg("requirements.txt") .arg("--strict"), @r###"