astrofrog / mpl-scatter-density

:zap: Fast scatter density plots for Matplotlib :zap:
BSD 2-Clause "Simplified" License
497 stars 25 forks source link

Please do not install tests #25

Closed yurivict closed 5 years ago

yurivict commented 5 years ago

Production machine should have no tests installed. Tests should be run after build, and never installed.

astrofrog commented 5 years ago

Having the tests installed is handy to diagnose issues for users who install the package directly using pip or conda. They can then easily run the tests with:

pytest --pyargs fast_histogram

Many of the projects I'm involved with choose to install tests for this reason, so I'd like to keep it this way for this package.