Skip to content

Commit

Permalink
Update test_http_parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Oct 6, 2023
1 parent cfca57e commit 0c83209
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_http_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,10 @@ async def test_http_response_parser_bad_chunked_strict_py(


@pytest.mark.dev_mode
@pytest.mark.skipif(
"HttpRequestParserC" not in dir(aiohttp.http_parser),
reason="C based HTTP parser not available",
)
async def test_http_response_parser_bad_chunked_strict_c(
loop: Any, protocol: Any
) -> None:
Expand Down

0 comments on commit 0c83209

Please sign in to comment.