2025-05-16 18:00:22 +04:00

6 lines
119 B
Python

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