Tom Most <bugs.python....@freecog.net> added the comment:

Note that this can interact poorly with AsyncMock, introduced in Python 3.8, 
because it causes a mock generated from a mock produces an object with async 
methods rather than regular ones. In Python 3.7 chaining mocks like this would 
produce regular methods. (This is how I discovered this issue.)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41628>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to