Skip to content

Commit

Permalink
Add anyio annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed May 10, 2023
1 parent 9769dca commit ad04f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/_async/test_http2.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ async def test_http2_connection():
)


@pytest.mark.anyio
async def test_http2_connection_closed():
origin = Origin(b"https", b"example.com", 443)
stream = AsyncMockStream(
Expand Down
1 change: 1 addition & 0 deletions tests/_sync/test_http2.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def test_http2_connection():
)



def test_http2_connection_closed():
origin = Origin(b"https", b"example.com", 443)
stream = MockStream(
Expand Down

0 comments on commit ad04f9c

Please sign in to comment.