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

cmake doesn't fail because of missing Python modules for testing (-DXEUS_ZMQ_BUILD_TESTS=ON) #13

Open
yurivict opened this issue Mar 28, 2023 · 0 comments

Comments

@yurivict
Copy link

Tests just fail like this:

==================================== ERRORS ====================================
___________________ ERROR collecting test_kernel_control.py ____________________
ImportError while importing test module '/usr/ports/devel/xeus-zmq/work/.build/test/test_kernel_control.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
test_kernel_control.py:2: in <module>
    import jupyter_kernel_test
E   ModuleNotFoundError: No module named 'jupyter_kernel_test'

cmake should look up Python and all required modules, and should print what modules were found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant