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 tried running the tests as part of the JOSS review: openjournals/joss-reviews#7358. I see errors like this when trying to run the test cases under python 3.13 (i.e. the version currently installed by default by conda).
________________ ERROR collecting shipgrav/tests/test_grav_data.py _________________
ImportError while importing test module '/Users/andreww/Code/shipgrav/shipgrav/shipgrav/tests/test_grav_data.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../../miniforge3/envs/shipgrav/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/__init__.py:5: in <module>
from pkg_resources import resource_filename
E ModuleNotFoundError: No module named 'pkg_resources'
I think this is basically the same as the error described at mu-editor/mu#2485 - I think the links in that issue describe the fixes.
The text was updated successfully, but these errors were encountered:
I tried running the tests as part of the JOSS review: openjournals/joss-reviews#7358. I see errors like this when trying to run the test cases under python 3.13 (i.e. the version currently installed by default by conda).
I think this is basically the same as the error described at mu-editor/mu#2485 - I think the links in that issue describe the fixes.
The text was updated successfully, but these errors were encountered: