You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
asyncio.AbstractEventLoopPolicy will be deprecated in Python 3.14. Update our usage of pytest-asyncio to use the hook approach for creating the uvloop event loop.
See https://pytest-asyncio.readthedocs.io/en/latest/how-to-guides/uvloop.html
asyncio.AbstractEventLoopPolicywill be deprecated in Python 3.14. Update our usage ofpytest-asyncioto use the hook approach for creating the uvloop event loop.