Skip to content

Commit 5c298dd

Browse files
committed
re-enable event loop in tests
1 parent 1474387 commit 5c298dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/system/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ def async_anonymous_credentials():
7676
# customized version, we don't close the event loop.
7777

7878
# @pytest.fixture
79-
# def event_loop():
80-
# return asyncio.get_event_loop()
79+
def event_loop():
80+
return asyncio.get_event_loop()
8181

8282
@pytest.fixture(params=["grpc_asyncio", "rest_asyncio"])
8383
def async_echo(use_mtls, request, event_loop):

0 commit comments

Comments
 (0)