tlopex opened a new pull request, #19704: URL: https://github.com/apache/tvm/pull/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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
