Skip to content

Commit

Permalink
test: skip aiohttp version that breaks aioresponses (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Mar 8, 2021
1 parent 91ee7a1 commit d7c6300
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion noxfile.py
Expand Up @@ -32,7 +32,12 @@
"grpcio",
]

ASYNC_DEPENDENCIES = ["pytest-asyncio", "aioresponses", "asynctest"]
ASYNC_DEPENDENCIES = [
"pytest-asyncio",
"aioresponses",
"asynctest",
"aiohttp!=3.7.4.post0",
]

BLACK_VERSION = "black==19.3b0"
BLACK_PATHS = [
Expand Down

0 comments on commit d7c6300

Please sign in to comment.