We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd8048 commit f523a7dCopy full SHA for f523a7d
tests/system/conftest.py
@@ -75,9 +75,9 @@ def async_anonymous_credentials():
75
# to it. So, the event loop might close before tests finishes. In the
76
# customized version, we don't close the event loop.
77
78
- @pytest.fixture
79
- def event_loop():
80
- return asyncio.get_event_loop()
+ # @pytest.fixture
+ # def event_loop():
+ # return asyncio.get_event_loop()
81
82
@pytest.fixture(params=["grpc_asyncio", "rest_asyncio"])
83
def async_echo(use_mtls, request, event_loop):
0 commit comments