jmschrei / apricot

apricot implements submodular optimization for the purpose of selecting subsets of massive data sets to train machine learning models quickly. See the documentation page: https://apricot-select.readthedocs.io/en/latest/index.html
MIT License
499 stars 48 forks source link

Migrate to pytest #43

Open Sigmanificient opened 2 months ago

Sigmanificient commented 2 months ago

Hi, nixpkgs (nixOS package repository) contributer here. nose is abandoned upstream, so in a effort of cleanup, the following set of patches were made to your project. This migrate to pytest which is a widely used python testing library.

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.