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

Commit 52abcf2

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 40b9ed9 commit 52abcf2

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

system_tests/secrets.tar.enc

0 Bytes
Binary file not shown.

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)