alengwenus / pypck

Asynchronous LCN-PCK library written in Python
MIT License
10 stars 5 forks source link

Migrate asynctest to stdlib's AsyncMock #60

Closed fabaff closed 3 years ago

fabaff commented 3 years ago

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