Ignore install_git_private_https_pat_and_username for now (#2060)

## Summary

Temporarily disabling `install_git_private_https_pat_and_username` since
running this test can break your local Git authentication for other
projects. I experienced this today and keep finding myself needing to
ignore it locally.

See: https://github.com/astral-sh/uv/issues/1980.
This commit is contained in:
Charlie Marsh
2024-02-28 19:13:40 -05:00
committed by GitHub
parent 9c63412526
commit 69fb9c37fb
+4
View File
@@ -973,8 +973,12 @@ fn install_git_private_https_pat_at_ref() {
/// Install a package from a private GitHub repository using a PAT and username
/// An arbitrary username is supported when using a PAT.
///
/// TODO(charlie): This test modifies the user's keyring.
/// See: <https://github.com/astral-sh/uv/issues/1980>.
#[test]
#[cfg(feature = "git")]
#[ignore]
fn install_git_private_https_pat_and_username() {
let context = TestContext::new("3.8");
let token = decode_token(READ_ONLY_GITHUB_TOKEN);