Skip to content

Commit

Permalink
Update anthropic tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
eli64s committed Oct 7, 2024
1 parent 43e1e8e commit 7235257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/models/test_anthropic.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7235257

Please sign in to comment.