brentp / geneimpacts

prioritize effects of variant annotations from VEP, SnpEff, et al.
MIT License
32 stars 15 forks source link

Switch from nose->pytest #20

Closed nileshpatra closed 2 years ago

nileshpatra commented 2 years ago

Hi,

nose has been deprecated long back, and has not received an update in years, it's official page says so as well, see here It is adviced to switch to pytest/unittest2/nose2.

This is an attempt to switch to pytest. Please consider merging.

=============================================================================================

CC: @brentp

nileshpatra commented 2 years ago

Also, running python setup.py test is deprecated with pytest, and is not working with newer python versions so I changed the command to spawn pytest directly.

brentp commented 2 years ago

thanks very much!