eurobios-mews-labs / palma

This library aims at providing tools for an automatic machine learning approach. As many tools already exist to establish one or the other component of an AutoML approach, the idea of this library is to provide a structure rather than to implement a complete service.
https://eurobios-mews-labs.github.io/palma/
Apache License 2.0
2 stars 5 forks source link

Use pytest.importorskip to run the test suite even without the optional dependencies #37

Open mancellin opened 6 months ago

mancellin commented 6 months ago

You should be able to run the test suite even without the components optional dependencies.

Use importorskip to skip the test that require such an optional dependency.