You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
anjandev
changed the title
asynctest library is not compatible with Python 3.8 and above: switch from asynctest to built-in AsyncMock
asynctest library is not compatible with Python 3.8 and above
Oct 9, 2021
Thanks for the heads up.
While we're at it, we should also split some submodules into separate projects
and use a different TUI library, probably Textual.
https://github.com/willmcgugan/textual
asynctest library is not compatible with Python 3.8 and above: Martiusweb/asynctest#144.
Upstream has abandoned it and recommends using the built-in AsyncMock instead: Martiusweb/asynctest#158 (comment).
We should redo the testsuite to use AsyncMock.
The text was updated successfully, but these errors were encountered: