tlopex opened a new pull request, #19705: URL: https://github.com/apache/tvm/pull/19705
This pr skip tests that require a source checkout when running against the Python wheel. The `apache-tvm==0.25.0rc0` wheel does not include the source/include tree needed by `tvm.libinfo.find_include_path()`. Some tests call `export_library()` or JIT through the C host backend, which then fails in wheel testing with: ```text AssertionError: Cannot find the source directory given ffi_dir: .../site-packages/tvm -- 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]
