Skip to content

Commit f523a7d

Browse files
committed
WIP: try not messing with event_loop in tests
1 parent 5cd8048 commit f523a7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/system/conftest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ def async_anonymous_credentials():
7575
# to it. So, the event loop might close before tests finishes. In the
7676
# customized version, we don't close the event loop.
7777

78-
@pytest.fixture
79-
def event_loop():
80-
return asyncio.get_event_loop()
78+
# @pytest.fixture
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)