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
Copy file name to clipboardExpand all lines: setup.py
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -52,25 +52,25 @@
52
52
53
53
# Unit test requirements.
54
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",
55
57
"flask",
56
58
"freezegun",
57
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,
58
63
"pytest",
59
64
"pytest-cov",
60
65
"pytest-localserver",
61
-
"responses",
62
-
*pyjwt_extra_require,
63
66
*pyopenssl_extra_require,
64
67
*reauth_extra_require,
68
+
"responses",
65
69
*urllib3_extra_require,
66
70
# Async Dependencies
71
+
*aiohttp_extra_require,
67
72
"aioresponses",
68
73
"pytest-asyncio",
69
-
*aiohttp_extra_require,
70
-
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1735): Remove `grpcio` from testing requirements once an extra is added for `grpcio` dependency.
71
-
"grpcio",
72
-
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1736): Remove `oauth2client` from testing requirements once an extra is added for `oauth2client` dependency.
73
-
"oauth2client",
74
74
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1665): Remove the pinned version of pyopenssl
75
75
# once `TestDecryptPrivateKey::test_success` is updated to remove the deprecated `OpenSSL.crypto.sign` and
0 commit comments