From 1b784b1e520d2d30a41306ec6a84cafa34823083 Mon Sep 17 00:00:00 2001 From: Alex Ruddick Date: Sun, 4 Feb 2024 18:01:42 -0600 Subject: [PATCH] Update pytest-asyncio to avoid pytest v8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 33592b8..5dc6818 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'test': [ 'pytest>=6,<8', 'pytest-cov>=4,<5', - 'pytest-asyncio==0.*', + 'pytest-asyncio>=0.23.4', 'pytest-xdist==3.*', 'ruff==0.2.0', 'mypy==1.8.0',