-
Notifications
You must be signed in to change notification settings - Fork 135
Closed
Description
Hello,
Filing this since it came up during the Fedora review. The ci script still use nosetests, but nose is deprecated---the last commit was in 2016.
https://github.com/nose-devs/nose/commits/master
https://github.com/NeuralEnsemble/PyNN/blob/master/ci/test_script.sh
The website says:
https://nose.readthedocs.io/en/latest/
"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."
So we should look to move away from nose to another test framework. Perhaps py.test, which seems to be a good one.
- Fedora review of the PyNN package: https://bugzilla.redhat.com/show_bug.cgi?id=1150105
- Deprecation of nose in Fedora: https://fedoraproject.org/wiki/Changes/DeprecateNose