Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ dev = [
"pytest>=8.3.5",
"pytest-asyncio>=0.24.0",
"pytest-cov>=5.0.0",
"pytest-rerunfailures>=16.0.1",
"python-dotenv>=1.0.1",
"ruff>=0.14.3",
]
Expand Down
2 changes: 2 additions & 0 deletions tests/integration/test_tts_websocket_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def text_stream():
# Save the audio
save_audio(audio_chunks, "test_websocket_streaming.mp3")

@pytest.mark.flaky(reruns=2, reruns_delay=1)
def test_websocket_streaming_with_different_models(self, client, save_audio):
"""Test WebSocket streaming with different models."""
import time
Expand Down Expand Up @@ -219,6 +220,7 @@ async def text_stream():
save_audio(audio_chunks, "test_async_websocket_streaming.mp3")

@pytest.mark.asyncio
@pytest.mark.flaky(reruns=2, reruns_delay=1)
async def test_async_websocket_streaming_with_different_models(
self, async_client, save_audio
):
Expand Down
38 changes: 37 additions & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.