From 9046c6081166aebf140458aa9a4892b4fede9450 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sat, 3 Aug 2024 13:15:36 +0200 Subject: [PATCH] Fix tests by downgrading pytest-asyncio --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 643c09cb..0fa15092 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ pytest==8.3.2 flake8==7.1.0 pytest-timeout==2.3.1 -pytest-asyncio==0.23.8 +pytest-asyncio==0.21.2 requests==2.32.3 httpx==0.24.1 # version 0.24.1 is required by httpx_ws httpx_ws==0.4.2