aboutsummaryrefslogtreecommitdiff
path: root/noxfile.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2020-10-26 20:52:11 -0400
committerGitHub <noreply@github.com>2020-10-27 00:52:11 +0000
commit05f95246fab928fe2f445781117eeac8088497fb (patch)
tree784dcf70b4c298157e76c0de089215f4f13cba30 /noxfile.py
parent5906c8583ca351b5385a079a30521a9a8a0c7c59 (diff)
downloadgoogle-auth-library-python-05f95246fab928fe2f445781117eeac8088497fb.tar.gz
fix: pin 'aoihttp < 3.7.0dev' (#634)
Working around breaking change in 3.7.0. See: https://github.com/pnuckowski/aioresponses/issues/173
Diffstat (limited to 'noxfile.py')
-rw-r--r--noxfile.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/noxfile.py b/noxfile.py
index b92f493..3888144 100644
--- a/noxfile.py
+++ b/noxfile.py
@@ -30,7 +30,12 @@ TEST_DEPENDENCIES = [
"grpcio",
]
-ASYNC_DEPENDENCIES = ["pytest-asyncio", "aioresponses", "asynctest"]
+ASYNC_DEPENDENCIES = [
+ "pytest-asyncio",
+ "aiohttp < 3.7.0dev",
+ "aioresponses",
+ "asynctest",
+]
BLACK_VERSION = "black==19.3b0"
BLACK_PATHS = [