Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Huggingface Hub tests #3733

Open
wants to merge 1 commit into
base: potel-base
Choose a base branch
from

Conversation

antonpirker
Copy link
Member

No description provided.

Copy link

codecov bot commented Nov 5, 2024

❌ 1695 Tests Failed:

Tests completed Failed Passed Skipped
20290 1695 18595 4463
View the top 3 failed tests by shortest run time
tests.integrations.litestar.test_litestar test_middleware_callback_spans
Stack Traces | 0s run time
No failure message available
tests.integrations.litestar.test_litestar test_middleware_callback_spans
Stack Traces | 0s run time
No failure message available
tests.integrations.litestar.test_litestar test_middleware_partial_receive_send
Stack Traces | 0s run time
No failure message available

To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard

@@ -135,7 +135,7 @@ def test_bad_chat_completion(sentry_init, capture_events):
with pytest.raises(OverloadedError):
client.text_generation(prompt="hello")

(event,) = events
(event, _) = events
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the extra event we're getting now? 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants