Skip to content

Commit dba6cda

Browse files
committed
Remove only async granian
1 parent dd4229c commit dba6cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conformance/test/test_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def test_server_sync(server: str) -> None:
7979
pytest.fail(f"\n{result.stdout}\n{result.stderr}")
8080

8181

82-
@pytest.mark.parametrize("server", ["daphne", "granian", "pyvoy", "uvicorn"])
82+
@pytest.mark.parametrize("server", ["daphne", "pyvoy", "uvicorn"])
8383
def test_server_async(server: str) -> None:
8484
if server == "pyvoy" and sys.platform == "win32":
8585
pytest.skip("pyvoy not supported on Windows")

0 commit comments

Comments
 (0)