Skip to content

Commit

Permalink
chore: Add aiohttp requirements test constraint. (#1566)
Browse files Browse the repository at this point in the history
See #1565
for more information.
  • Loading branch information
clundin25 committed Aug 6, 2024
1 parent 40b9ed9 commit 52abcf2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified system_tests/secrets.tar.enc
Binary file not shown.
2 changes: 1 addition & 1 deletion testing/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ grpcio
pytest-asyncio; python_version > '3.0'
aioresponses; python_version > '3.0'
asynctest; python_version > '3.0'
aiohttp; python_version > '3.0'
aiohttp < 3.10.0; python_version > '3.0'

0 comments on commit 52abcf2

Please sign in to comment.