driazati commented on code in PR #11657:
URL: https://github.com/apache/tvm/pull/11657#discussion_r894766654


##########
tests/python/relay/aot/test_c_device_api.py:
##########
@@ -171,7 +178,9 @@ def 
test_device_api_hooks_unpacked_api(device_api_main_func):
 
 
 @pytest.mark.skip(
-    "Skipping this test as this is incorrectly using Arm(R) Ethos(TM)-U NPU 
with packed calling convention which is not supported by the NPU codegen's TIR 
to Runtime Hook. We need to use a different target to test this feature"
+    "Skipping this test as this is incorrectly using Arm(R) Ethos(TM)-U NPU "
+    + "with packed calling convention which is not supported by the NPU 
codegen's "
+    + "TIR to Runtime Hook. We need to use a different target to test this 
feature"

Review Comment:
   ```suggestion
       "with packed calling convention which is not supported by the NPU 
codegen's "
       "TIR to Runtime Hook. We need to use a different target to test this 
feature"
   ```



-- 
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]

Reply via email to