Skip to content

Commit c047329

Browse files
committed
Enable wsgi streaming conformance tests with pyvoy
1 parent 0efb7b0 commit c047329

File tree

3 files changed

+19
-23
lines changed

3 files changed

+19
-23
lines changed

conformance/test/test_server.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,7 @@ def test_server_sync(server: str) -> None:
4545
args = maybe_patch_args_with_debug(
4646
[sys.executable, _server_py_path, "--mode", "sync", "--server", server]
4747
)
48-
opts = [
49-
# TODO: Enable full-duplex in pyvoy
50-
"--skip",
51-
"**/bidi-stream/full-duplex/**",
52-
]
48+
opts = []
5349
match server:
5450
case "gunicorn":
5551
# gunicorn doesn't support HTTP/2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dev = [
5353
"pytest-asyncio==1.2.0",
5454
"pytest-cov==7.0.0",
5555
"pytest-timeout==2.4.0",
56-
"pyvoy==0.1.1; sys_platform != 'win32'",
56+
"pyvoy==0.1.2; sys_platform != 'win32'",
5757
"ruff~=0.13.2",
5858
"uvicorn==0.37.0",
5959
# Needed to enable HTTP/2 in daphne

uv.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)