Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

verify all tests #26

Open
cdeepali opened this issue Nov 29, 2021 · 3 comments
Open

verify all tests #26

cdeepali opened this issue Nov 29, 2021 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@cdeepali
Copy link
Collaborator

As of now a number of lightning and tests are being skipped. We can revisit these and see if some of these can be reenabled.

@cdeepali cdeepali added the bug Something isn't working label Nov 29, 2021
@cdeepali
Copy link
Collaborator Author

cdeepali commented Dec 6, 2021

Skipping tests/models/test_onnx.py as it requires onnxruntime:

______________________________________________
tests/models/test_onnx.py:17: in <module>
    import onnxruntime
E   ModuleNotFoundError: No module named 'onnxruntime'
__ ERROR collecting tests/models/test_onnx.py _________
ImportError while importing test module '/tests/models/test_onnx.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/models/test_onnx.py:17: in <module>
    import onnxruntime
E   ModuleNotFoundError: No module named 'onnxruntime'

@npanpaliya
Copy link

Can we not provide our own onnxruntime to make this test pass instead of skipping it?

@cdeepali
Copy link
Collaborator Author

cdeepali commented Dec 6, 2021

As of now I am recording the observations and then we can decide what needs to be done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants