From d5fb7c608886809034e46dd2a020b2ce20049216 Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 8 Jan 2024 09:50:59 +0100 Subject: [PATCH] temporary pin for pytest-asyncio --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 89b34df1..61fe2fab 100644 --- a/setup.py +++ b/setup.py @@ -102,7 +102,8 @@ def run(self): # dependencies above. 'test': [ 'pytest>=2.8', - 'pytest-asyncio', + # FIXME: unpin pytest-asyncio + 'pytest-asyncio>=0.17,<0.23', 'pytest-cov', 'requests-mock', # dependencies from azuread: