daler / gffutils

GFF and GTF file manipulation and interconversion
http://daler.github.io/gffutils
MIT License
282 stars 76 forks source link

Use pytest instead of the Py3.11 incompatible nose (#200) #201

Closed daler closed 1 year ago

daler commented 1 year ago

"Nose" is no longer developed for many years now.

(from #200)

mr-c commented 1 year ago

Thanks @daler for the merge and epic troubleshooting!

daler commented 1 year ago

Thank you; I've been meaning to move to pytests for a while now and this was the nudge I needed (albeit months later, but I guess better late than never, right?)