Skip to content

Commit

Permalink
remove filterwarning about UnboundedQueue
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Dec 22, 2024
1 parent b193647 commit 31891d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/trio/_core/_tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ def check(*, expected_readers: int, expected_writers: int) -> None:
check(expected_readers=1, expected_writers=0)


@pytest.mark.filterwarnings("ignore:.*UnboundedQueue:trio.TrioDeprecationWarning")
async def test_io_manager_kqueue_monitors_statistics() -> None:
def check(
*,
Expand Down

0 comments on commit 31891d1

Please sign in to comment.