mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-29 18:46:59 +00:00
test(relay): skip native suites without binding
Signed-off-by: Alex Fournier <afournier@nvidia.com>
This commit is contained in:
parent
c9747106b6
commit
1ffeaf226c
3 changed files with 6 additions and 0 deletions
|
|
@ -2,6 +2,8 @@ from types import SimpleNamespace
|
|||
|
||||
import pytest
|
||||
|
||||
pytest.importorskip("nemo_relay")
|
||||
|
||||
from agent import auxiliary_client, relay_llm, relay_runtime
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@ from types import SimpleNamespace
|
|||
|
||||
import pytest
|
||||
|
||||
pytest.importorskip("nemo_relay")
|
||||
|
||||
from agent import relay_llm, relay_runtime
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@ from __future__ import annotations
|
|||
|
||||
import pytest
|
||||
|
||||
pytest.importorskip("nemo_relay")
|
||||
|
||||
from agent import relay_runtime, relay_tools
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue