Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 649855a

Browse files
committed
add mock to testing extras
1 parent 8a1444a commit 649855a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1722): `test_aiohttp_requests` depend on
7777
# aiohttp < 3.10.0 which is a bug. Investigate and remove the pinned aiohttp version.
7878
"aiohttp < 3.10.0",
79+
"mock; python_version < '3.8'",
7980
]
8081

8182
extras = {

testing/constraints-3.7.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ rsa==3.1.4
1111
aiohttp==3.6.2
1212
requests==2.20.0
1313
pyjwt==2.0
14-
mock==5.2.0

0 commit comments

Comments
 (0)