-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
This is tracking issue for fixing potential errors and warning on of playwright running on python 3.10 which will be the next python version as well as fixing warnings.
Currently found warnings / deprecation:
-
asyncio.get_event_loop
is deprecated in favour ofasyncio.get_running_loop
https://docs.python.org/3.10/library/asyncio-eventloop.html#asyncio.get_event_loop
Consider commenting other errors or warnings if you find.
Metadata
Metadata
Assignees
Labels
No labels