stig icon indicating copy to clipboard operation
stig copied to clipboard

asynctest library is not compatible with Python 3.8 and above

Open anjandev opened this issue 4 years ago • 4 comments

asynctest library is not compatible with Python 3.8 and above: https://github.com/Martiusweb/asynctest/issues/144.

Upstream has abandoned it and recommends using the built-in AsyncMock instead: https://github.com/Martiusweb/asynctest/issues/158#issuecomment-785872568.

We should redo the testsuite to use AsyncMock.

anjandev avatar Oct 09 '21 00:10 anjandev

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

rndusr avatar Oct 09 '21 07:10 rndusr