aioimaplib
aioimaplib copied to clipboard
Migrate asynctest to stdlib's AsyncMock
Asynctest doesn't work with Python 3.8 and above.
Asynctest upstream is aware of this breakage and recommends using the built-in AsyncMock instead.
See also Martiusweb/asynctest#144 and Martiusweb/asynctest#126
Thanks
asynctest is no longer maintained and doesn't work with Python 3.11 (Martiusweb/asynctest#163).