From 751d2466abc27e1f39555338cedd7f2d98bdf551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Mon, 15 Jan 2024 22:59:48 +0200 Subject: [PATCH] Set the minimum pytest-asyncio version that works --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 157a3d9..3bdeaef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ test = [ "pymysql", "psycopg >= 3.1; platform_python_implementation == 'CPython'", "pytest", - "pytest-asyncio", + "pytest-asyncio >= 0.23.3", "pytest-lazy-fixture", ] doc = [