Skip to content

Commit 7d82cbf

Browse files
committed
just import asyncio_loop
1 parent 81f580b commit 7d82cbf

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

tests/conftest.py

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1 @@
1-
import asyncio
2-
3-
import pytest
4-
from panel.tests.conftest import server_cleanup # noqa: F401
5-
6-
7-
@pytest.fixture
8-
def asyncio_loop():
9-
loop = asyncio.new_event_loop()
10-
asyncio.set_event_loop(asyncio.new_event_loop())
11-
yield
12-
loop.stop()
13-
loop.close()
1+
from panel.tests.conftest import asyncio_loop, server_cleanup # noqa: F401

0 commit comments

Comments
 (0)