Skip to content

Commit 7f76f2b

Browse files
authored
Merge pull request #13492 from sepehr-rs/fix-git-error
Fix: Fixes hardcoded commit SHA on test_install_vcs_git.py
2 parents a4b40f6 + fb1d7bb commit 7f76f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/test_install_vcs_git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def test_git_install_then_install_ref(script: PipTestEnvironment) -> None:
315315
"rev, expected_sha",
316316
[
317317
# Clone the default branch
318-
("", "5547fa909e83df8bd743d3978d6667497983a4b7"),
318+
("", "96d6d72ac54132aecbdd5adac88bc8d1f8fb986b"),
319319
# Clone a specific tag
320320
("@0.1.1", "7d654e66c8fa7149c165ddeffa5b56bc06619458"),
321321
# Clone a specific commit

0 commit comments

Comments
 (0)