From 5211d7ba9611b07b5ebbdec65383d93e6ec8da89 Mon Sep 17 00:00:00 2001 From: Gilles Boccon-Gibod Date: Sun, 28 Jan 2024 01:10:31 -0800 Subject: [PATCH] revert to older pytest_asyncio --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ed1b3681..16bda355 100644 --- a/setup.cfg +++ b/setup.cfg @@ -83,7 +83,7 @@ build = build >= 0.7 test = pytest >= 8.0 - pytest-asyncio >= 0.23 + pytest-asyncio == 0.21.1 pytest-html >= 3.2.0 coverage >= 6.4 development =