We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55f110 commit 41fe983Copy full SHA for 41fe983
src/tests/http/test_multipart_subscription.py
@@ -26,7 +26,6 @@ def http_client(http_client_class: type[HttpClient]) -> HttpClient:
26
with contextlib.suppress(ImportError):
27
from .clients.channels import SyncChannelsHttpClient
28
29
- # TODO: why do we have a sync channels client?
30
if http_client_class is SyncChannelsHttpClient:
31
pytest.skip(
32
reason="SyncChannelsHttpClient doesn't support multipart subscriptions"
0 commit comments