d490620085
* [Hexagon][CI] Re-enable Hexagon tests in CI These were enabled in https://github.com/apache/tvm/pull/11294, then erroneously disabled in https://github.com/apache/tvm/pull/11313. This applies the same fix as in https://github.com/apache/tvm/pull/11294, checking the `ANDROID_SERIAL_NUMBER` to determine if Hexagon tests can execute at runtime, but using the refactored `pytest.skipif` messages introduced in https://github.com/apache/tvm/pull/11313. * Fixed circular dependency, but feels somewhat ugly