Skip to content

Commit

Permalink
Update src/trio/_core/_tests/test_io.py
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored Dec 19, 2024
1 parent e5fa8cd commit 340373d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trio/_core/_tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def check(*, expected_readers: int, expected_writers: int) -> None:
check(expected_readers=1, expected_writers=0)


@pytest.mark.skipif(sys.platform in {"win32", "linux"})
@pytest.mark.skipif(sys.platform in {"win32", "linux"}, reason="no kqueue")
async def test_io_manager_kqueue_monitors_statistics() -> None:
def check(
*,
Expand Down

0 comments on commit 340373d

Please sign in to comment.