aioimaplib icon indicating copy to clipboard operation
aioimaplib copied to clipboard

Migrate asynctest to stdlib's AsyncMock

Open fabaff opened this issue 5 years ago • 1 comments

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

fabaff avatar Sep 19 '20 20:09 fabaff

asynctest is no longer maintained and doesn't work with Python 3.11 (Martiusweb/asynctest#163).

fabaff avatar Mar 13 '23 15:03 fabaff