commit | d7c63008282420e5395095dd69da25d473ee6522 | [log] [tgz] |
---|---|---|
author | Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> | Mon Mar 08 14:17:54 2021 -0700 |
committer | GitHub <noreply@github.com> | Mon Mar 08 13:17:54 2021 -0800 |
tree | b98b485aa923f7d10e5106cadc635b9ddc87f03b | |
parent | 91ee7a1b634c15ed65130a7666eaee1b9a2b908b [diff] [blame] |
test: skip aiohttp version that breaks aioresponses (#717)
diff --git a/noxfile.py b/noxfile.py index d1f61b9..168c1e2 100644 --- a/noxfile.py +++ b/noxfile.py
@@ -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 = [