From a31f6244176293cc65eb80049214977ab7b2b92d Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Tue, 29 Oct 2024 16:36:43 +0100 Subject: [PATCH] Dev: add support for asyncio_default_fixture_loop_scope in pytest-asyncio (#4589) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f5c099a6..90a4b7e1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,7 +117,7 @@ dev = [ "isort==5.13.*", "pep8-naming==0.14.*", "potypo", - "pytest-asyncio", + "pytest-asyncio>=0.24", "pytest-cache", "pytest-cov", "pytest-django==4.*",