flaky icon indicating copy to clipboard operation
flaky copied to clipboard

Remove nose-related tests

Open mcepl opened this issue 5 years ago • 5 comments

I am a maintainer of Python packages in openSUSE, and I am on my crusade of eliminating nose1 from our distribution. When I look at its repository on https://github.com/nose-devs/nose, the last release 1.3.7 was on 2 Jun 2015, and even the last commit on the master branch was on 4 Mar 2016. Moreover it will stop working with Python 3.10.

This patch eliminates dependency on nose, which has been unnecessary for a long time.

mcepl avatar Dec 11 '20 14:12 mcepl

That would be great. Indeed nose is dead for quite some time, maybe changing everything to pytest would be sufficient.

stratakis avatar Jan 22 '21 15:01 stratakis

Actually, you don’t have to even do that. My patch is just plain unittest.

mcepl avatar Jan 22 '21 15:01 mcepl

@Jeff-Meadows pinging here for visibility.

Similar to mcepl I'm one of the Python maintainers for Fedora. We will soon face the same issue on Fedora when we update to Python 3.10 (for which we already test the whole distro against) and removing nose would be of great benefit to us as well.

We have also deprecated nose since the previous Fedora release: https://fedoraproject.org/wiki/Changes/DeprecateNose

stratakis avatar Jan 22 '21 15:01 stratakis

Thanks for the ping. I agree there seems to be no point in continuing to support nose.

I'd be happy to review and merge a PR that accomplished the task.

Jeff-Meadows avatar Jan 22 '21 18:01 Jeff-Meadows

I'd be happy to review and merge a PR that accomplished the task.

You have patch attached to the first comment of this issue. Sorry, I work with 2000+ Python packages (couple of hundred of them were dependent on nose), so I don't have enough time to clone, fork, and create pull requests for each of them.

mcepl avatar Jan 22 '21 19:01 mcepl