Skip to content

Commit ca5ba12

Browse files
authored
opendev no longer needs HTTPDigestAuth (#30)
1 parent 5c19326 commit ca5ba12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/gri/gerrit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
# Used only to force outdated Digest auth for servers not using standard auth
2424
KNOWN_SERVERS: Dict[str, Dict] = {
25-
"https://review.opendev.org/": {"auth": HTTPDigestAuth},
2625
"https://code.engineering.redhat.com/gerrit/": {
2726
"auth": HTTPDigestAuth,
2827
"verify": False,

0 commit comments

Comments
 (0)