craffel / pretty-midi

Utility functions for handling MIDI data in a nice/intuitive way.
MIT License
856 stars 151 forks source link

updated setup.py with option to install tests #216

Open George-Ogden opened 1 year ago

George-Ogden commented 1 year ago

now installs pytest with

pip install pretty_midi[test]

to make development easier

was hoping to make other modifications but that might be a future project

craffel commented 1 year ago

Thanks, any reason you think 0.6.0 is needed?

George-Ogden commented 1 year ago

There isn't an important reason for this - most people will end up installing the most recent version of pytest. I include it because I have done on previous projects.