From 383d8c8892c43bfa373d9c98eb4b77dbb23ee818 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Tue, 20 Oct 2020 23:20:35 +0000 Subject: [PATCH] test: add asynctest to async dependencies --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index d497f5305..498b66def 100644 --- a/noxfile.py +++ b/noxfile.py @@ -30,7 +30,7 @@ "grpcio", ] -ASYNC_DEPENDENCIES = ["pytest-asyncio", "aioresponses"] +ASYNC_DEPENDENCIES = ["pytest-asyncio", "aioresponses", "asynctest"] BLACK_VERSION = "black==19.3b0" BLACK_PATHS = [