Skip to content

Commit 52abcf2

Browse files
authored
chore: Add aiohttp requirements test constraint. (#1566)
See #1565 for more information.
1 parent 40b9ed9 commit 52abcf2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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)