[tool.pytest.ini_options] testpaths = ["tests"] markers = [ "needs_model: requires a trained model under ml/models/ (auto-skipped in CI)", ] filterwarnings = [ "ignore::DeprecationWarning", ]