jjhelmus / nmrglue

A module for working with NMR data in Python
BSD 3-Clause "New" or "Revised" License
208 stars 84 forks source link

Port tests away from nose #200

Closed SoapGentoo closed 7 months ago

SoapGentoo commented 10 months ago

Hi nmrglue, we noticed that your package still uses nose, which has long been abandoned and is unmaintained. Please consider porting to pytest, otherwise we might have to remove it from Gentoo. Our upstream bug: https://bugs.gentoo.org/878725

kaustubhmote commented 10 months ago

All nmrglue test are compatible with pytest, and are actually tested with pytest. However, there are a few places where nose is imported for things that can be done easily with pytest, or the imported code is not used. This should be a simple fix, and I will mark this as a bug to be fixed at the earliest.

jjhelmus commented 7 months ago

201 Removed the use of nose for test in favor of pytest.