Skip to content

Commit

Permalink
Merge branch 'main' into python312
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Nov 24, 2023
2 parents 5902323 + 5445807 commit 80b4247
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ async def process_data(reader, writer):
yield connections

server.close()
await server.wait_closed()


@pytest.fixture
Expand All @@ -75,7 +74,6 @@ async def process_data(reader, writer):
yield connections

server.close()
await server.wait_closed()


@pytest.fixture
Expand Down

0 comments on commit 80b4247

Please sign in to comment.