zigpy-cc icon indicating copy to clipboard operation
zigpy-cc copied to clipboard

Migrate asynctest to stdlib's AsyncMock

Open Gamester17 opened this issue 5 years ago • 0 comments

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:

  • https://github.com/zigpy/bellows/pull/350
  • https://github.com/zigpy/zigpy-deconz/pull/125
  • https://github.com/zigpy/zigpy/pull/489

Gamester17 avatar Sep 14 '20 11:09 Gamester17