Skip to content

Commit 4cd5f79

Browse files
committed
TODO
Signed-off-by: Anuraag Agrawal <[email protected]>
1 parent ab56bf8 commit 4cd5f79

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

conformance/test/test_server.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ def test_server_sync(server: str) -> None:
4646
[sys.executable, _server_py_path, "--mode", "sync", "--server", server]
4747
)
4848
opts = [
49-
# While Hypercorn and Granian supports HTTP/2 and WSGI, they both have simple wrappers
50-
# that reads the entire request body before running the application, which does not work for
51-
# full duplex.
49+
# TODO: Enable full-duplex in pyvoy
5250
"--skip",
5351
"**/bidi-stream/full-duplex/**",
5452
]

0 commit comments

Comments
 (0)