nose-devs / nose

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

Add nosetests3 to console_scripts for Python3 #1074

Closed bxsx closed 5 years ago

bxsx commented 6 years ago

Using generic nosetests3 instead of minor-version oriented pattern is more compatible for packages that use nosetests. Apart from increased compatibility coverage, I recently noticed few packages that uses nosetests3 in their tests. Sounds like it should be fixed at this level.

bxsx commented 5 years ago

I created a new PR (#1084) with the fix as I wiped out my repository by accident and actually wanted to rerun a build as the previous failure was not related to the changes made.