Skip to content

Commit ad615e2

Browse files
committed
Bump
1 parent 83aa62d commit ad615e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/uv/tests/pip_install.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ fn install_git_public_https() {
735735
Resolved 1 package in [TIME]
736736
Downloaded 1 package in [TIME]
737737
Installed 1 package in [TIME]
738-
+ uv-public-pypackage==0.1.0 (from git+https://github.com/astral-test/uv-public-pypackage@395ba191b190da0451c1e67a9b4a1cb5340398e5)
738+
+ uv-public-pypackage==0.1.0 (from git+https://github.com/astral-test/uv-public-pypackage@0dacfd662c64cb4ceb16e6cf65a157a8b715b979)
739739
"###);
740740

741741
context.assert_installed("uv_public_pypackage", "0.1.0");
@@ -761,7 +761,7 @@ fn install_git_private_https_pat() {
761761
Resolved 1 package in [TIME]
762762
Downloaded 1 package in [TIME]
763763
Installed 1 package in [TIME]
764-
+ uv-private-pypackage==0.1.0 (from git+https://:***@github.com/astral-test/uv-private-pypackage@c44e30b5d3e49dab7dbbe543a331fbf0e4dc3b37)
764+
+ uv-private-pypackage==0.1.0 (from git+https://:***@github.com/astral-test/uv-private-pypackage@6c09ce9ae81f50670a60abd7d95f30dd416d00ac)
765765
"###);
766766

767767
context.assert_installed("uv_private_pypackage", "0.1.0");

0 commit comments

Comments
 (0)