diff --git a/tests/test_agent_health_pid_path_fallback.py b/tests/test_agent_health_pid_path_fallback.py index e0a5b37d..27485009 100644 --- a/tests/test_agent_health_pid_path_fallback.py +++ b/tests/test_agent_health_pid_path_fallback.py @@ -18,6 +18,10 @@ from __future__ import annotations from pathlib import Path +import pytest + +pytest.importorskip("hermes_constants", reason="hermes-agent not installed") + def _call(monkeypatch, root: Path, profile_dir: Path | None = None) -> Path | None: """Call _gateway_root_pid_path() with mocked filesystem roots."""