How do I test my package while avoiding adding large alternative dependencies?

For RecipesBase: How to test plot recipes? - #6 by giordano.

As a general answer to your question, you can add test-specific dependencies which will be installed only when running the test, not when using your package normally.

2 Likes