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
When I run async tests using pytest-asyncio after integration tests using playwright-pytest (only using playwright.sync_api calls), then those tests fail with the error already described in #359 . I don't know much about the internals of pytest-asyncio, but wouldn't it be possible to reuse the event loop when one is already running (and only try to start a new one when not)?
The text was updated successfully, but these errors were encountered:
When I run async tests using
pytest-asyncio
after integration tests usingplaywright-pytest
(only using playwright.sync_api calls), then those tests fail with the error already described in #359 . I don't know much about the internals ofpytest-asyncio
, but wouldn't it be possible to reuse the event loop when one is already running (and only try to start a new one when not)?The text was updated successfully, but these errors were encountered: