Fix tests by downgrading pytest-asyncio

This commit is contained in:
grossmj 2024-08-03 13:15:36 +02:00
parent 24cace8122
commit 9046c60811
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD

View File

@ -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