[GH-ISSUE #388] The Nose unittest library has reached end-of-life #858

Closed
opened 2026-03-15 10:46:04 +03:00 by kerem · 2 comments
Owner

Originally created by @s-leroux on GitHub (Feb 3, 2020).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/388

From https://nose.readthedocs.io/en/latest/:

Nose has been in maintenance mode for the past several years and will likely cease without a new person/team to take over maintainership. New projects should consider using Nose2, py.test, or just plain unittest/unittest2.

Unless there is a strong requirement for Nose features, may I suggest converting the tests to the standard Python unittest library?

Originally created by @s-leroux on GitHub (Feb 3, 2020). Original GitHub issue: https://github.com/asciinema/asciinema/issues/388 From https://nose.readthedocs.io/en/latest/: > Nose has been in maintenance mode for the past several years and will likely cease without a new person/team to take over maintainership. New projects should consider using Nose2, py.test, or just plain unittest/unittest2. Unless there is a strong requirement for Nose features, may I suggest converting the tests to [the standard Python unittest](https://docs.python.org/3/library/unittest.html) library?
kerem closed this issue 2026-03-15 10:46:09 +03:00
Author
Owner

@ku1ik commented on GitHub (Oct 2, 2021):

Converting tests to Python's standard library unittest sounds great 👍

<!-- gh-comment-id:932791832 --> @ku1ik commented on GitHub (Oct 2, 2021): Converting tests to Python's standard library unittest sounds great 👍
Author
Owner

@ku1ik commented on GitHub (Feb 20, 2022):

Nose has been replaced with pytest in #445.

<!-- gh-comment-id:1046269885 --> @ku1ik commented on GitHub (Feb 20, 2022): Nose has been replaced with pytest in #445.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asciinema#858
No description provided.