The GitHub Actions job "Teams" on tvm.git/main has succeeded.
Run started by GitHub user ggardet (triggered by ggardet).

Head commit for run:
def37e30bd4785114ce3ffa6e059da1c36bf2656 / Shushi Hong <[email protected]>
[Tests] Skip test modules cleanly when optional deps are missing (#19704)

Validating the apache-tvm wheel in a minimal environment (no torch,
scipy, cloudpickle, or tornado installed) produced 33 pytest collection
errors from module-level imports of optional packages. Add
pytest.importorskip guards so these modules are reported as skipped
instead of erroring during collection.

Indirect import chains guarded:
- tvm.topi.testing imports scipy
- tvm.s_tir.meta_schedule.testing.local_rpc (tvm.rpc.tracker) requires
tornado
- tvm.s_tir.dlight.benchmark imports cloudpickle

Also remove a stray pre-license-header `import pytest` in
test_runtime_builtin_paged_attention_kv_cache_flashinfer.py.

Report URL: https://github.com/apache/tvm/actions/runs/27261904799

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to