tqchen opened a new pull request, #19953: URL: https://github.com/apache/tvm/pull/19953
This consolidates regular Python testing around one canonical pytest root while retaining the single xdist mode required by ordered fixture tests. - Run `tests/python` directly and preserve native pytest failure and empty-collection behavior. - Move NNAPI nightly tests to `tests/nightly/python`. - Keep collection bookkeeping and the CI request hook test-local, removing the packaged pytest plugin and root conftest. - Remove inert integration launchers and stale Windows collection exclusions. - Scope suite-specific capability handling so broad-root collection remains isolated. Validation includes repository pre-commit hooks, generated Jenkinsfile checks, mixed xdist fixture/capability collection, and the relocated nightly suite. -- 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]
