From a0ff7c8ed55890058306d51ed861483173173ab7 Mon Sep 17 00:00:00 2001 From: Lorenzo Gaifas Date: Fri, 2 Sep 2022 11:36:03 +0200 Subject: [PATCH] add pytest-asyncio to test extra deps --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index f2314316f7732..b9ec2ab2363fa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -53,6 +53,7 @@ test = hypothesis>=5.5.3 pytest>=6.0 pytest-xdist>=1.31 + pytest-asyncio>=0.17 [build_ext] inplace = True