File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 33from contextlib import AsyncExitStack
44from types import TracebackType
55from typing import Any
6- from urllib .parse import urljoin
76
87from playwright .async_api import (
98 Browser ,
Original file line number Diff line number Diff line change 1- import asyncio
21import threading
32import time
43from contextlib import ExitStack
1110from idom .backend .utils import run as sync_run
1211from idom .backend .utils import traversal_safe_path
1312from idom .sample import SampleApp as SampleApp
14- from tests .tooling .loop import open_event_loop
1513
1614
1715@pytest .fixture
@@ -28,8 +26,6 @@ def test_find_available_port():
2826
2927
3028async def test_run (page : Page , exit_stack : ExitStack ):
31- loop = exit_stack .enter_context (open_event_loop (as_current = False ))
32-
3329 host = "127.0.0.1"
3430 port = find_available_port (host )
3531 url = f"http://{ host } :{ port } "
You can’t perform that action at this time.
0 commit comments