Skip to content

Commit 7d9ba6d

Browse files
authored
Update src/trio/_core/_tests/test_run.py
1 parent 5651d93 commit 7d9ba6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/trio/_core/_tests/test_run.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,6 @@ async def main() -> None:
10601060

10611061
# This segfaults, so we need to skipif. Remember to remove the skipif once
10621062
# the upstream issue is resolved.
1063-
# TODO: point out this still segfaults
10641063
@restore_unraisablehook()
10651064
@pytest.mark.skipif(
10661065
sys.version_info[:2] == (3, 14),

0 commit comments

Comments
 (0)