From 6d62aec75af219c98baeff21e724f2f1af6e418e Mon Sep 17 00:00:00 2001 From: Toon Verstraelen Date: Sun, 25 Aug 2024 11:19:56 +0200 Subject: [PATCH] Constrain pytest-asyncio version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0a6c1b4..47c72a21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dynamic = ["version"] [project.optional-dependencies] dev = [ "pytest", - "pytest-asyncio", + "pytest-asyncio>=0.24", "pytest-xdist", "mkdocs", "mkdocstrings[python]",