Skip to content

Commit 2bd0287

Browse files
committed
test(langextract): remove skipif referencing undefined _langextract_available helper
1 parent 4afcf12 commit 2bd0287

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/praisonai/tests/unit/test_langextract_sink.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ def test_bridge_maps_context_events_to_action_events(self):
407407
assert "agent_end" in types
408408
assert sink._source_text == "Write a haiku"
409409

410-
@pytest.mark.skipif(not _langextract_available(), reason="langextract not installed")
411410
def test_setup_observability_registers_context_emitter(self):
412411
"""`--observe langextract` must install the bridge on the context emitter."""
413412
import praisonai.cli.app as cli_app

0 commit comments

Comments
 (0)