tlopex opened a new pull request, #19730:
URL: https://github.com/apache/tvm/pull/19730

   The remote() helper in tests/python/nightly/test_nnapi/conftest.py returned 
None when TVM_TRACKER_HOST, TVM_TRACKER_PORT, or RPC_DEVICE_KEY was not set, 
causing every caller doing `remote_obj, tracker = remote()` to fail with
   `TypeError: cannot unpack non-iterable NoneType object`.
   
   Call pytest.skip() with the list of missing environment variables instead, 
so the 30 tests in test_ops.py (and test_network.py) report as skipped rather 
than failed when no NNAPI remote device is configured. Behavior with a 
configured remote is unchanged.


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

Reply via email to