Kane610/deconz

Migrate asynctest to stdlib's AsyncMock

Closed this issue · 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 for the heads up @fabaff