This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients asvetlov
Date 2019-05-22.17:56:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558547763.57.0.769583160761.issue37015@roundup.psfhosted.org>
In-reply-to
Content
After merging https://github.com/python/cpython/pull/9296 asyncio test suite prints a lot of warnings like

Exception ignored in: <coroutine object AsyncMockMixin._mock_call at 0x7fb648a1c170>
Traceback (most recent call last):
  File "/home/andrew/projects/cpython/Lib/warnings.py", line 510, in _warn_unawaited_coroutine
    warn(msg, category=RuntimeWarning, stacklevel=2, source=coro)
RuntimeWarning: coroutine 'AsyncMockMixin._mock_call' was never awaited

I believe this is not a sign of AsyncMock problem but asyncio tests should be fixed.
Need more investigations though.
History
Date User Action Args
2019-05-22 17:56:03asvetlovsetrecipients: + asvetlov
2019-05-22 17:56:03asvetlovsetmessageid: <1558547763.57.0.769583160761.issue37015@roundup.psfhosted.org>
2019-05-22 17:56:03asvetlovlinkissue37015 messages
2019-05-22 17:56:03asvetlovcreate