From fea623d99d36e53920aa5eedc79ea54738a74933 Mon Sep 17 00:00:00 2001 From: dotlambda Date: Fri, 17 Oct 2025 22:31:28 -0700 Subject: [PATCH] unpin pytest-asyncio --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bb37d4bdbe..19787eb044 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "towncrier>=24,<25", ], "test": [ - "pytest-asyncio>=0.18.1,<0.23", + "pytest-asyncio>=0.18.1", "pytest-mock>=1.10", "pytest-xdist>=2.4.0", "pytest>=7.0.0",