From 7235257610e3778ab91a3cc51f2ce4ea2ddb6fb7 Mon Sep 17 00:00:00 2001 From: Eli Date: Mon, 7 Oct 2024 10:13:51 -0500 Subject: [PATCH] Update anthropic tests. --- tests/models/test_anthropic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/models/test_anthropic.py b/tests/models/test_anthropic.py index 14f6dc70..327bd062 100644 --- a/tests/models/test_anthropic.py +++ b/tests/models/test_anthropic.py @@ -25,6 +25,7 @@ def anthropic_handler(repository_context_fixture: RepositoryContext): return AnthropicHandler(config_loader, context) +@pytest.mark.skip("Anthropic extra dependency needs review.") @pytest.mark.asyncio async def test_model_settings(anthropic_handler: AnthropicHandler): if not ANTHROPIC_AVAILABLE: