Skip to content

Commit 9046c60

Browse files
committed
Fix tests by downgrading pytest-asyncio
1 parent 24cace8 commit 9046c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pytest==8.3.2
22
flake8==7.1.0
33
pytest-timeout==2.3.1
4-
pytest-asyncio==0.23.8
4+
pytest-asyncio==0.21.2
55
requests==2.32.3
66
httpx==0.24.1 # version 0.24.1 is required by httpx_ws
77
httpx_ws==0.4.2

0 commit comments

Comments
 (0)