jonkeane commented on code in PR #40244:
URL: https://github.com/apache/arrow/pull/40244#discussion_r1502974110
##########
dev/archery/archery/crossbow/core.py:
##########
@@ -199,7 +199,7 @@ def credentials(self, url, username_from_url,
allowed_types):
raise CrossbowError(msg)
if (allowed_types &
- pygit2.credentials.GIT_CREDENTIAL_USERPASS_PLAINTEXT):
+ pygit2.credentials.CredentialType.USERPASS_PLAINTEXT):
Review Comment:
This is unrelated to the fix itself, but necessary to get `archery crossbow
...` working. pygit2 had an API change and we weren't testing against this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]