cropintel / pyproject.toml
Jaithra Polavarapu
CropIntel — HF Space deploy (all-in-one app)
889dd1b
Raw
History Blame Contribute Delete
206 Bytes
[tool.pytest.ini_options]
testpaths = ["tests"]
markers = [
"needs_model: requires a trained model under ml/models/<crop> (auto-skipped in CI)",
]
filterwarnings = [
"ignore::DeprecationWarning",
]