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
Tox and pytest both fail after Pyscaffold is run with:
=================================================================== ERRORS ===================================================================
__________________________________________________ ERROR collecting tests/test_skeleton.py ___________________________________________________
ImportError while importing test module '/Users/mwatkins/Repos/modeseven-os-climate/osc-physrisk-financial/tests/test_skeleton.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../.pyenv/versions/3.10.13/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_skeleton.py:3: in <module>
from osc_physrisk_financial.skeleton import fib, main
E ModuleNotFoundError: No module named 'osc_physrisk_financial'
The text was updated successfully, but these errors were encountered:
Tox and pytest both fail after Pyscaffold is run with:
The text was updated successfully, but these errors were encountered: