Skip to content

Commit fd35fd5

Browse files
authored
chore: Add aiohttp requirements test constraint. (#1566)
See https://github.com/googleapis/google-auth-library-python/issues/1565 for more information.
1 parent 2b663dd commit fd35fd5

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

0 Bytes
Binary file not shown.

packages/google-auth/testing/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ grpcio
1717
pytest-asyncio; python_version > '3.0'
1818
aioresponses; python_version > '3.0'
1919
asynctest; python_version > '3.0'
20-
aiohttp; python_version > '3.0'
20+
aiohttp < 3.10.0; python_version > '3.0'

0 commit comments

Comments
 (0)