We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3483a6 commit 9dbe67aCopy full SHA for 9dbe67a
1 file changed
tests/integration/test_tts_websocket_integration.py
@@ -39,7 +39,10 @@ def text_stream():
39
"model",
40
[
41
pytest.param(
42
- m, marks=pytest.mark.xfail(reason="WebSocket unreliable for legacy models")
+ m,
43
+ marks=pytest.mark.xfail(
44
+ reason="WebSocket unreliable for legacy models"
45
+ ),
46
)
47
if not m.startswith("s1")
48
else m
@@ -228,7 +231,10 @@ async def text_stream():
228
231
229
232
230
233
234
235
236
237
238
239
240
0 commit comments