ukoethe / vigra

a generic C++ library for image analysis
http://ukoethe.github.io/vigra/
Other
407 stars 191 forks source link

nose testing framework needs to be replaced #508

Closed ametzler closed 11 months ago

ametzler commented 2 years ago

nose is soon going to be in in unsupported mode (python 3.13 will remove lib2to3 which nose is using.)

The 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.