Skip to content

Commit 1db5df8

Browse files
committed
address PR comments
1 parent 0e8f0bd commit 1db5df8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

setup.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,25 +52,25 @@
5252

5353
# Unit test requirements.
5454
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",
5557
"flask",
5658
"freezegun",
5759
"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,
5863
"pytest",
5964
"pytest-cov",
6065
"pytest-localserver",
61-
"responses",
62-
*pyjwt_extra_require,
6366
*pyopenssl_extra_require,
6467
*reauth_extra_require,
68+
"responses",
6569
*urllib3_extra_require,
6670
# Async Dependencies
71+
*aiohttp_extra_require,
6772
"aioresponses",
6873
"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",
7474
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1665): Remove the pinned version of pyopenssl
7575
# once `TestDecryptPrivateKey::test_success` is updated to remove the deprecated `OpenSSL.crypto.sign` and
7676
# `OpenSSL.crypto.verify` methods. See: https://www.pyopenssl.org/en/latest/changelog.html#id3.

0 commit comments

Comments
 (0)