mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-05-26 11:40:26 +00:00
stage-batch17: skip #2927 test file when hermes-agent module not available (CI fix)
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user