You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1739): Add bounds for urllib3 and packaging dependencies.
51
+
urllib3_extra_require= ["urllib3", "packaging"]
52
+
53
+
# Unit test requirements.
54
+
testing_extra_require= [
55
+
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1735): Remove `grpcio` from testing requirements once an extra is added for `grpcio` dependency.
56
+
"grpcio",
57
+
"flask",
58
+
"freezegun",
59
+
"mock",
60
+
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1736): Remove `oauth2client` from testing requirements once an extra is added for `oauth2client` dependency.
61
+
"oauth2client",
62
+
*pyjwt_extra_require,
63
+
"pytest",
64
+
"pytest-cov",
65
+
"pytest-localserver",
66
+
*pyopenssl_extra_require,
67
+
*reauth_extra_require,
68
+
"responses",
69
+
*urllib3_extra_require,
70
+
# Async Dependencies
71
+
*aiohttp_extra_require,
72
+
"aioresponses",
73
+
"pytest-asyncio",
74
+
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1665): Remove the pinned version of pyopenssl
75
+
# once `TestDecryptPrivateKey::test_success` is updated to remove the deprecated `OpenSSL.crypto.sign` and
0 commit comments