circus-tent / circus

A Process & Socket Manager built with zmq
http://circus.readthedocs.org/
Other
1.55k stars 258 forks source link

Move away from `nose` as the testing framework #1192

Closed sphuber closed 2 years ago

sphuber commented 2 years ago

nose has been abandoned and won't see support for Python 3.9 and Python 3.10. We should move towards pytest which is actively maintained and the de-facto standard library for testing in Python ecosphere.

But migrating to pytest may be a lot of work so a better short term option might be to upgrade to using nose2 which is still supported.