stage-batch17: skip #2927 test file when hermes-agent module not available (CI fix)

This commit is contained in:
nesquena-hermes
2026-05-25 17:11:59 +00:00
parent 41e424b3d5
commit fe9d95e22b
@@ -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."""