From 34f8999594a608bca87083f265e426e6f6e97802 Mon Sep 17 00:00:00 2001 From: Zanie Date: Wed, 21 Feb 2024 12:59:56 -0600 Subject: [PATCH] Add missing ref test # Conflicts: # crates/uv/tests/pip_install.rs --- crates/uv/tests/pip_install.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/uv/tests/pip_install.rs b/crates/uv/tests/pip_install.rs index 890699b77..8d6025413 100644 --- a/crates/uv/tests/pip_install.rs +++ b/crates/uv/tests/pip_install.rs @@ -829,8 +829,7 @@ fn install_git_public_https_missing_ref() { ----- stderr ----- error: Failed to download and build: uv-public-pypackage @ git+https://github.com/astral-test/uv-public-pypackage@2.0.0 Caused by: Git operation failed - Caused by: failed to clone into: [CACHE_DIR]/git-v0/db/8dab139913c4b566 - Caused by: failed to fetch all refspecs + Caused by: failed to find branch or tag `2.0.0` "###); }