areusch commented on pull request #10283:
URL: https://github.com/apache/tvm/pull/10283#issuecomment-1050190967


   @Mousius @manupa-arm embarrassingly i can't quite figure out how to 
reproduce the Ethos-U test failures locally:
   ```
   $ docker/bash.sh -it ci_qemu bash -c 'cd build && cmake -GNinja .. && ninja 
&& cd .. && tests/scripts/task_ci_s
   etup.sh && . tests/scripts/setup-pytest-env.sh  && python3  -mpytest 
tests/python/contrib/test_ethosu -k "test_tflite_squeeze[ifm_shape1-3-ethos-
   u55-256]"'
   
   ...
   ==================================================================== ERRORS 
=====================================================================
   _________________________________________________________ ERROR collecting 
test session _________________________________________________________
   /usr/lib/python3.6/importlib/__init__.py:126: in import_module
       return _bootstrap._gcd_import(name[level:], package, level)
   <frozen importlib._bootstrap>:994: in _gcd_import
       ???
   <frozen importlib._bootstrap>:971: in _find_and_load
       ???
   <frozen importlib._bootstrap>:955: in _find_and_load_unlocked
       ???
   <frozen importlib._bootstrap>:665: in _load_unlocked
       ???
   /opt/tvm-venv/lib/python3.6/site-packages/_pytest/assertion/rewrite.py:170: 
in exec_module
       exec(co, module.__dict__)
   tests/python/contrib/test_ethosu/cascader/conftest.py:49: in <module>
       from ..infra import (
   tests/python/contrib/test_ethosu/infra.py:44: in <module>
       from tests.python.relay.aot.aot_test_utils import (
   E   ModuleNotFoundError: No module named 'tests.python'
   ```
   
   I can't find where we add tests as a valid import path. I have a vague 
recollection we discussed this but can't find where it was. do you know? hoping 
the CI passes if i fixed the unittests.


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