==================================== ERRORS ==================================== _________________ ERROR collecting tests/test_checkin_flows.py _________________ ImportError while importing test module '/home/cube/.hermes/profiles/dualcoachtest/workspace/checkin_cli/tests/test_checkin_flows.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: ../../../miniconda3/lib/python3.12/importlib/__init__.py:90: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ../../../.hermes/profiles/dualcoachtest/workspace/checkin_cli/tests/test_checkin_flows.py:13: in from tests._support import invoke ../../../.hermes/profiles/dualcoachtest/workspace/checkin_cli/tests/_support.py:8: in from typer.testing import CliRunner E ModuleNotFoundError: No module named 'typer' ________________ ERROR collecting tests/test_event_contract.py _________________ ImportError while importing test module '/home/cube/.hermes/profiles/dualcoachtest/workspace/checkin_cli/tests/test_event_contract.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: ../../../miniconda3/lib/python3.12/importlib/__init__.py:90: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ../../../.hermes/profiles/dualcoachtest/workspace/checkin_cli/tests/test_event_contract.py:24: in from tests._support import invoke ../../../.hermes/profiles/dualcoachtest/workspace/checkin_cli/tests/_support.py:8: in from typer.testing import CliRunner E ModuleNotFoundError: No module named 'typer' ________________ ERROR collecting tests/test_history_imports.py ________________ ImportError while importing test module '/home/cube/.hermes/profiles/dualcoachtest/workspace/checkin_cli/tests/test_history_imports.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: ../../../miniconda3/lib/python3.12/importlib/__init__.py:90: in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ../../../.hermes/profiles/dualcoachtest/workspace/checkin_cli/tests/test_history_imports.py:24: in from tests._support import invoke ../../../.hermes/profiles/dualcoachtest/workspace/checkin_cli/tests/_support.py:8: in from typer.testing import CliRunner E ModuleNotFoundError: No module named 'typer' =========================== short test summary info ============================ ERROR ../../../.hermes/profiles/dualcoachtest/workspace/checkin_cli/tests/test_checkin_flows.py ERROR ../../../.hermes/profiles/dualcoachtest/workspace/checkin_cli/tests/test_event_contract.py ERROR ../../../.hermes/profiles/dualcoachtest/workspace/checkin_cli/tests/test_history_imports.py !!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!! 3 errors in 0.54s