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.
nose
has been abandoned and won't see support for Python 3.9 and Python 3.10. We should move towardspytest
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 usingnose2
which is still supported.