cchung100m opened a new pull request, #19602: URL: https://github.com/apache/tvm/pull/19602
Hi Commiters, This PR fixs `PytestUnknownMarkWarning: Unknown pytest.mark.adreno_clml - is this a typo?` >[2026-05-25T07:10:30.746Z] =============================== warnings summary =============================== [2026-05-25T07:10:30.746Z] python/tvm/testing/utils.py:651 [2026-05-25T07:10:30.746Z] /workspace/python/tvm/testing/utils.py:651: PytestUnknownMarkWarning: Unknown pytest.mark.adreno_clml - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html [2026-05-25T07:10:30.746Z] yield getattr(pytest.mark, self.name) [2026-05-25T07:10:30.746Z] [2026-05-25T07:10:30.746Z] python/tvm/testing/utils.py:651 [2026-05-25T07:10:30.746Z] /workspace/python/tvm/testing/utils.py:651: PytestUnknownMarkWarning: Unknown pytest.mark.adreno_opencl_vulkan - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html [2026-05-25T07:10:30.746Z] yield getattr(pytest.mark, self.name) [2026-05-25T07:10:30.746Z -- 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]
