
==================================== ERRORS ====================================
_______ ERROR collecting tests/execution_units/test_sandbox_hardening.py _______
ImportError while importing test module '/Users/dondoe/coding/zeroth/.worktrees/phase-8-runtime-security/tests/execution_units/test_sandbox_hardening.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../../.local/share/uv/python/cpython-3.12.12-macos-aarch64-none/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/execution_units/test_sandbox_hardening.py:9: in <module>
    from zeroth.execution_units.constraints import ResourceConstraints, build_docker_resource_flags
E   ModuleNotFoundError: No module named 'zeroth.execution_units.constraints'
=========================== short test summary info ============================
ERROR tests/execution_units/test_sandbox_hardening.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
1 error in 0.09s
