We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4b40f6 + fb1d7bb commit 7f76f2bCopy full SHA for 7f76f2b
tests/functional/test_install_vcs_git.py
@@ -315,7 +315,7 @@ def test_git_install_then_install_ref(script: PipTestEnvironment) -> None:
315
"rev, expected_sha",
316
[
317
# Clone the default branch
318
- ("", "5547fa909e83df8bd743d3978d6667497983a4b7"),
+ ("", "96d6d72ac54132aecbdd5adac88bc8d1f8fb986b"),
319
# Clone a specific tag
320
("@0.1.1", "7d654e66c8fa7149c165ddeffa5b56bc06619458"),
321
# Clone a specific commit
0 commit comments