Add missing ref test

# Conflicts:
#	crates/uv/tests/pip_install.rs
This commit is contained in:
Zanie 2024-02-21 12:59:56 -06:00
parent 8395e8ee81
commit 34f8999594

View file

@ -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`
"###);
}