We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0669cd commit 4856ef2Copy full SHA for 4856ef2
tests/test_graph_nodes.py
@@ -2,6 +2,10 @@
2
import os
3
from unittest.mock import MagicMock, patch
4
5
+import pytest
6
+
7
+pytest.importorskip("langchain_core", reason="Requires venturalitica[agentic]")
8
9
from venturalitica.assurance.graph.nodes import NodeFactory
10
from venturalitica.assurance.graph.state import ComplianceState
11
0 commit comments