As part of pytest migration in #527, it looks like matplotlib is hard dependency for running tests, despite what setup.py requirements, and CONTRIBUTING.md says.
It is imported in
but doesn't seem to be used (added in
#430).
Is it required by nbformat?
An alternative could be to skip corresponding tests.
As part of pytest migration in #527, it looks like matplotlib is hard dependency for running tests, despite what
setup.pyrequirements, andCONTRIBUTING.mdsays.It is imported in
openml-python/tests/test_examples/test_OpenMLDemo.py
Line 5 in 7a612ea
Is it required by nbformat?
An alternative could be to skip corresponding tests.