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
As the title says. Nose hasn't seen an update since Jun 2, 2015.
The official nose homepage says:
Note to Users
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.
Pytest is a drop in replacement that requires no changes to the tests and has widespread adoption and ongoing support.
As the title says. Nose hasn't seen an update since Jun 2, 2015.
The official
nose
homepage says:Pytest is a drop in replacement that requires no changes to the tests and has widespread adoption and ongoing support.
Output from running this on my machine:
I believe it would just be a matter of replacing
install_requires = ['nose', 'unittest2'],
withinstall_requires = ['pytest'],
in the setup.pyThoughts?
The text was updated successfully, but these errors were encountered: