Skip to content

Commit f5ca45f

Browse files
nirgaclaude
andcommitted
chore: remove skip decorator from structured outputs tests
Remove @pytest.mark.skip decorator from test_anthropic_structured_outputs_legacy now that anthropic SDK 0.74.1 is installed. Tests require VCR cassettes to be recorded with valid ANTHROPIC_API_KEY: poetry run pytest tests/test_structured_outputs.py --record-mode=once 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0f2d11a commit f5ca45f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/opentelemetry-instrumentation-anthropic/tests/test_structured_outputs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
}
3636

3737

38-
@pytest.mark.skip(reason="Requires anthropic SDK >= 0.50.0 with structured outputs support")
3938
@pytest.mark.vcr
4039
def test_anthropic_structured_outputs_legacy(
4140
instrument_legacy, anthropic_client, span_exporter, log_exporter, reader

0 commit comments

Comments
 (0)