You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
The async generated unit tests emit warning RuntimeWarning: coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
tests/unit/gapic/showcase_v1beta1/test_messaging.py::test_search_blurbs_async_use_cached_wrapped_rpc
/home/runner/work/gapic-generator-python/gapic-generator-python/.nox/showcase_unit-3-12/lib/python3.12/site-packages/google/api_core/operation_async.py:126: RuntimeWarning: coroutine 'AsyncMockMixin._execute_mock_call' was never awaited
if self._operation.HasField("response"):
The async generated unit tests emit warning
RuntimeWarning: coroutine 'AsyncMockMixin._execute_mock_call' was never awaitedSee build log here from PR #2045