2026-02-01 09:31:38 +01:00

6 lines
114 B
Python

# most of classify.doctest requires numpy
def setup_module():
import pytest
pytest.importorskip("numpy")