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
This is circumvented when going through a policy, which is what plumpy does, but that also raises a deprecation warning and is expected to be removed in the future.
The text was updated successfully, but these errors were encountered:
I am trying to address it in #308. For our own defined policy I think we can, but the warning still raised from pytest.asyncio and nest_asyncio. I'll try to make the event loop usage more explicit and first try to get rid of the deprecated way we use get_event_loop.
This is circumvented when going through a policy, which is what
plumpy
does, but that also raises a deprecation warning and is expected to be removed in the future.The text was updated successfully, but these errors were encountered: