You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had managed to run the test suite using nose2 on Arch Linux a couple of weeks ago but now it won't find the module InfiniteGlass anymore on Rocky Linux. It doesn't seem to be installed in the venv whilst the glass modules are.
tests.test_renderer (nose2.loader.ModuleImportFailure) ... ERROR
======================================================================
ERROR: tests.test_renderer (nose2.loader.ModuleImportFailure)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_renderer
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/nose2/plugins/loader/discovery.py", line 204, in _find_tests_in_file
module = util.module_from_name(module_name)
File "/usr/lib/python3.9/site-packages/nose2/util.py", line 76, in module_from_name
__import__(name)
File "/home/ian/Workspace/InfiniteGlass/tests/test_renderer.py", line 5, in <module>
import InfiniteGlass
ModuleNotFoundError: No module named 'InfiniteGlass'
----------------------------------------------------------------------
Ran 1 test in 0.000s
FAILED (errors=1)
I had managed to run the test suite using nose2 on Arch Linux a couple of weeks ago but now it won't find the module InfiniteGlass anymore on Rocky Linux. It doesn't seem to be installed in the venv whilst the glass modules are.
The text was updated successfully, but these errors were encountered: