nose-devs / nose

nose is nicer testing for python
http://readthedocs.org/docs/nose/en/latest/
1.36k stars 397 forks source link

Please release 1.3.8 #1112

Closed MatthijsBurgh closed 2 years ago

MatthijsBurgh commented 3 years ago

My student team depends on 14cbbc3f6d282d9c48bb3d6aa8c048be124780ab. This is not in 1.3.7, so please release 1.3.8 to pip.

MatthijsBurgh commented 3 years ago

@jp @kumar303 @liucougar @pjenvey @thedrow could you please consider this?

MatthijsBurgh commented 2 years ago

@jp @kumar303 @liucougar @pjenvey @thedrow friendly ping ;)

hugovk commented 2 years ago

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

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.

And after six years, it's very unlikely there'll be a new release.

In the short term, you can install directly from Git:

But in the longer term I'd strongly suggest moving away from nose, especially as it will stop working in Python 3.10 (the below issue says 3.9 alpha, but 3.10 is the actual first release where nose is broken):

I recommend pytest:

MatthijsBurgh commented 2 years ago

I don't expect a new release. 1.3.8 is already marked as an release on GitHub. So it would be convenient if that was also released on pip.