zigpy / zigpy-xbee

A library which communicates with XBee radios for zigpy
GNU General Public License v3.0
22 stars 18 forks source link

Migrate asynctest to stdlib's AsyncMock #110

Closed Gamester17 closed 12 months ago

Gamester17 commented 4 years ago

Same as zigpy/bellows#339 and zigpy/zigpy#475 as reported by @fabaff of Home Assistant / hass.io :

Asynctest doesn't work with Python 3.8 and above. It's the same issue as for zigpy (zigpy/zigpy#475).

Update: FYI, bellows, zigpy-deconz, and zigpy now changed to AsyncMock:

Shulyaka commented 1 year ago

I believe this issue can be closed, we are using AsyncMock for python >= 3.8.