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
Nose is dead, and has been dead for years. Its repository hasn't seen a commit in nearly 4 years. For example, it will likely not work with Python 3.9 nose-devs/nose#1099
Probably best to move off it to something like pytest. Fortunately, pytest does not really require any changes to code, but you do get some advantages if you do move, like test parameterization.
The text was updated successfully, but these errors were encountered:
Nose is dead, and has been dead for years. Its repository hasn't seen a commit in nearly 4 years. For example, it will likely not work with Python 3.9 nose-devs/nose#1099
Probably best to move off it to something like pytest. Fortunately, pytest does not really require any changes to code, but you do get some advantages if you do move, like test parameterization.
The text was updated successfully, but these errors were encountered: