============================= test session starts ============================== platform darwin -- Python 3.14.2, pytest-9.0.2, pluggy-1.6.0 -- [LOCAL_WORKSPACE]/EVA/backend/venv/bin/python cachedir: .pytest_cache rootdir: [LOCAL_WORKSPACE]/EVA/backend plugins: anyio-4.12.1, timeout-2.4.0, asyncio-1.3.0 asyncio: mode=Mode.STRICT, debug=False, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function collecting ... collected 4 items engine10/tests/test_phase8_replay.py::test_phase8_baseline_fixture_exists PASSED [ 25%] engine10/tests/test_phase8_replay.py::test_phase8_replay_byte_identical PASSED [ 50%] engine10/tests/test_phase8_replay.py::test_phase8_baseline_covers_all_events PASSED [ 75%] engine10/tests/test_phase8_replay.py::test_phase8_baseline_has_expected_event_count PASSED [100%] =============================== warnings summary =============================== engine10/tests/test_phase8_replay.py::test_phase8_replay_byte_identical [LOCAL_WORKSPACE]/EVA/backend/engine10/validation_harness.py:169: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC). generated_at=datetime.utcnow().isoformat() + "Z", -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ========================= 4 passed, 1 warning in 0.14s =========================